Merge "Document the strptime %s change."
am: 66e49c0503

Change-Id: Ib5cd6c557fb643b1689f588a8a08b3301e2f0053
diff --git a/docs/status.md b/docs/status.md
index 2666e58..8252850 100644
--- a/docs/status.md
+++ b/docs/status.md
@@ -55,6 +55,7 @@
   * `syncfs`
   * `%C` and `%S` support in the printf family (previously only the wprintf family supported these)
   * `%mc`/`%ms`/`%m[` support in the scanf family
+  * `%s` support in strptime (strftime already supported it)
 
 New libc functions in O:
   * `sendto` FORTIFY support