Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 2018497c authored by Brian J. Cardiff's avatar Brian J. Cardiff
Browse files

Update CHANGELOG.md

parent f6cfaa3e
No related merge requests found
......@@ -5,7 +5,7 @@
* Allow `ifdef` as a suffix.
* Integer division by zero raises a `DivisionByZero` exception.
* Link attributes are now only processed if a lib function is used.
* Removed the `type Name : Type` syntax (use `type Name : Type` instead).
* Removed the `type Name : Type` syntax (use `type Name = Type` instead).
* Removed the `lib Lib("libname"); end` syntax. Use `@[Link]` attribute instead.
* Fixed some `require` issues.
* String representation includes length.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment