diff --git a/changelog.md b/changelog.md index 290e2e73ff1e3..85e38134296b0 100644 --- a/changelog.md +++ b/changelog.md @@ -11,6 +11,8 @@ ### Breaking changes in the compiler +- Implicit conversions for `const` behave correctly now, meaning that code like `const SOMECONST = 0.int; procThatTakesInt32(SOMECONST)` will be illegal now. + Simply write `const SOMECONST = 0` instead. ## Library additions