Skip to content

Commit

Permalink
Add changelog entry [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Clyybber committed Sep 26, 2019
1 parent 83dac78 commit 98b07a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98b07a9

Please sign in to comment.