Skip to content

Commit fc13d4e

Browse files
Update CHANGELOG.md with Swift 5.6 release date (#42290)
1 parent cc1be10 commit fc13d4e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,12 @@ _**Note:** This is in reverse chronological order, so newer entries are added to
235235
return [ 1: "One", 2: "Two" ]
236236
}
237237
```
238+
238239
Swift 5.6
239240
---------
240241

242+
### 2022-03-14 (Xcode 13.3)
243+
241244
* [SE-0327][]:
242245

243246
In Swift 5 mode, a warning is now emitted if the default-value expression of an
@@ -466,8 +469,6 @@ Swift 5.6
466469
}
467470
```
468471

469-
**Add new entries to the top of this section, not here!**
470-
471472
Swift 5.5
472473
---------
473474

@@ -886,8 +887,6 @@ Swift 5.5
886887
Asynchronous for loops use asynchronous sequences, defined by the protocol
887888
`AsyncSequence` and its corresponding `AsyncIterator`.
888889

889-
**Add new entries to the top of this section, not here!**
890-
891890
Swift 5.4
892891
---------
893892

@@ -1054,8 +1053,6 @@ Swift 5.4
10541053
let _: Foo? = .bar.anotherFoo.getFoo().optionalFoo?.optionalFoo![]
10551054
```
10561055

1057-
**Add new entries to the top of this section, not here!**
1058-
10591056
Swift 5.3
10601057
---------
10611058

0 commit comments

Comments
 (0)