diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 38bb412d0..35395afd3 100644 --- a/changelog.md +++ b/changelog.md @@ -34,6 +34,8 @@ type ### Breaking changes in the compiler +- A bug allowing `int` to be implicitly converted to range types of smaller size (e.g `range[0'i8..10'i8]`) has been fixed. + ## Library additions |