Skip to content

Commit 21144c8

Browse files
Fix wrong description of -Yimplicit-to-given flag in 3.7.2 release notes (#1827)
1 parent 00ba5c1 commit 21144c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-08-01-release-notes-3.7.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Scala 3.7.2 is now available!
1414
- Experimental publish support for the Sonatype Central Portal
1515

1616
- Add an `-Yimplicit-to-given` flag for rewrites to easily test changes in the ecosystem [#22580](https://github.com/scala/scala3/pull/22580)<br>
17-
This experimental flag allows to treat usages of `implicit` as `given` without modifing your existing sources. It aims to help with testing out on how migration to new syntax and its resolution rules would effect your code base.
17+
This experimental flag when used in conjunction with `--rewrite` allows to migrate most of `implicit` definitions as `given`. It aims to ease with migration to new syntax, or testing how it would affect your code base.
1818

1919
- Implement applied constructor types [#22543](https://github.com/scala/scala3/pull/22543)<br>
2020
It introduces new syntax allowing for easier definition of `tracked` parameters under `-language:experimental.modularity`

0 commit comments

Comments
 (0)