diff --git a/docs/EmbeddedSwift/EmbeddedSwiftStatus.md b/docs/EmbeddedSwift/EmbeddedSwiftStatus.md
index 115f732d0846d..2f59d64f47638 100644
--- a/docs/EmbeddedSwift/EmbeddedSwiftStatus.md
+++ b/docs/EmbeddedSwift/EmbeddedSwiftStatus.md
@@ -44,14 +44,14 @@ This status table describes which of the following standard library features can
 | Hashable, Equatable, Comparable protocols                  | Yes    |
 | InputStream, OutputStream                                  | No     |
 | Integer conversion to string                               | Yes    |
-| Integer parsing                                            | No     |
+| Integer parsing                                            | Yes    |
 | KeyPaths                                                   | Partial (only compile-time constant key paths to stored properties supported, only usable in MemoryLayout and UnsafePointer APIs)     |
-| Lazy collections                                           | No     |
+| Lazy collections                                           | Yes    |
 | ManagedBuffer                                              | Yes    |
 | Mirror (runtime reflection)                                | No, intentionally unsupported long-term |
 | Objective-C bridging                                       | No, intentionally unsupported long-term |
 | Optional                                                   | Yes    |
-| print / debugPrint                                         | Partial (only String, string interpolation, StaticStrings, integers, pointers and booleans) |
+| print / debugPrint                                         | Partial (only String, string interpolation, StaticStrings, integers, pointers and booleans, and custom types that are CustomStringConvertible) |
 | Range, ClosedRange, Stride                                 | Yes    |
 | Result                                                     | Yes    |
 | Set (dynamic heap-allocated container)                     | Yes    |