You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releases/2.13.6.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ The Scala 2 team at Lightbend is pleased to announce the availability of Scala 2
14
14
* Check `private[this]` members in override checking ([#9542](https://github.com/scala/scala/pull/9542))
15
15
* More accurate outer checks in patterns ([#9504](https://github.com/scala/scala/pull/9504))
16
16
* Allow renaming imports from `_root_` ([#9482](https://github.com/scala/scala/pull/9482)) by [@som-snytt](https://github.com/som-snytt)
17
+
* Make more annotations extend `ConstantAnnotation` ([9336](https://github.com/scala/scala/pull/9336)) by [@BalmungSan](https://github.com/BalmungSan)
17
18
* A number of syntax changes were added to simplify cross-building between Scala 2 and 3
18
19
* Don't error (only warn) on symbol literals under `-Xsource:3` ([#9602](https://github.com/scala/scala/pull/9602))
19
20
* Support writing `&` instead of `with` in types under `-Xsource:3` ([#9594](https://github.com/scala/scala/pull/9594))
0 commit comments