Skip to content

Commit 31e4dee

Browse files
committed
Add references to CHANGELOG.md
1 parent 420328b commit 31e4dee

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Swift 5.0
4242
conditionally conforms to `P`, will succeed when the conditional
4343
requirements are met.
4444

45+
**Add new entries to the top of this file, not here!**
46+
4547
Swift 4.1
4648
---------
4749

@@ -167,8 +169,6 @@ Swift 4.1
167169

168170
If you wish to provide your own implementation of `==`/`hashValue`, you still can; a custom implementation will replace the one synthesized by the compiler.
169171

170-
**Add new entries to the top of this file, not here!**
171-
172172
Swift 4.0
173173
---------
174174

@@ -6875,3 +6875,9 @@ Swift 1.0
68756875
[SE-0191]: <https://github.com/apple/swift-evolution/blob/master/proposals/0191-eliminate-indexdistance.md>
68766876
[SE-0192]: <https://github.com/apple/swift-evolution/blob/master/proposals/0192-non-exhaustive-enums.md>
68776877
[SE-0193]: <https://github.com/apple/swift-evolution/blob/master/proposals/0193-cross-module-inlining-and-specialization.md>
6878+
[SE-0194]: <https://github.com/apple/swift-evolution/blob/master/proposals/0194-derived-collection-of-enum-cases.md>
6879+
[SE-0195]: <https://github.com/apple/swift-evolution/blob/master/proposals/0195-dynamic-member-lookup.md>
6880+
[SE-0196]: <https://github.com/apple/swift-evolution/blob/master/proposals/0196-diagnostic-directives.md>
6881+
[SE-0197]: <https://github.com/apple/swift-evolution/blob/master/proposals/0197-remove-where.md>
6882+
[SE-0198]: <https://github.com/apple/swift-evolution/blob/master/proposals/0198-playground-quicklook-api-revamp.md>
6883+
[SE-0199]: <https://github.com/apple/swift-evolution/blob/master/proposals/0199-bool-toggle.md>

0 commit comments

Comments
 (0)