File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,15 @@ Swift 5.0
61
61
Swift 4.2
62
62
---------
63
63
64
+ * [ SR-106] [ ]
65
+
66
+ The behavior of ` .description ` and ` .debugDescription ` for floating-point
67
+ numbers has been changed. Previously these unconditionally printed a fixed
68
+ number of decimal digits (e.g. 15 and 17 for Double, respectively). They now
69
+ print exactly as many digits as are needed for the resulting string to
70
+ convert back to the original source value, and no more. For more details,
71
+ see the original bug report and the linked pull request.
72
+
64
73
* [ SE-0193] [ ]
65
74
66
75
Various function-like declarations can now be marked as ` @inlinable ` ,
@@ -6981,6 +6990,7 @@ Swift 1.0
6981
6990
[SE- 0198 ]: < https: // github.com/apple/swift-evolution/blob/master/proposals/0198-playground-quicklook-api-revamp.md>
6982
6991
[SE- 0199 ]: < https: // github.com/apple/swift-evolution/blob/master/proposals/0199-bool-toggle.md>
6983
6992
6993
+ [SR- 106 ]: < https: // bugs.swift.org/browse/SR-106>
6984
6994
[SR- 419 ]: < https: // bugs.swift.org/browse/SR-419>
6985
6995
[SR- 1009 ]: < https: // bugs.swift.org/browse/SR-1009>
6986
6996
[SR- 1446 ]: < https: // bugs.swift.org/browse/SR-1446>
You can’t perform that action at this time.
0 commit comments