Skip to content

Commit 99753a7

Browse files
authored
Merge pull request swiftlang#24632 from slavapestov/add-bug-to-changelog
Update CHANGELOG entry with a link to a JIRA bug
2 parents 1e49e36 + ec3a8f5 commit 99753a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ Swift 5.1
197197
}
198198
```
199199

200-
* `weak` and `unowned` stored properties no longer inhibit the
200+
* [SR-9827][]:
201+
202+
`weak` and `unowned` stored properties no longer inhibit the
201203
automatic synthesis of `Equatable` or `Hashable` conformance.
202204

203205
* [SR-2688][]:
@@ -7695,3 +7697,4 @@ Swift 1.0
76957697
[SR-8109]: <https://bugs.swift.org/browse/SR-8109>
76967698
[SR-8546]: <https://bugs.swift.org/browse/SR-8546>
76977699
[SR-9043]: <https://bugs.swift.org/browse/SR-9043>
7700+
[SR-9827]: <https://bugs.swift.org/browse/SR-9827>

0 commit comments

Comments
 (0)