diff --git a/releasenotes.md b/releasenotes.md index 2900c92f0..9469971a0 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -3,6 +3,7 @@ ## 0.5.0 Change List ### Changes / improvements +- Distinct methods changed to separate syntax. - 'exec' directive to run scripts at compile time. - Project key descriptions in --list command. - Added `init-lib` to simplify library creation. @@ -34,7 +35,7 @@ - Delete object files after successful linking. - Compile time subscript of constant strings and bytes. - `@if` introduced, other top level conditional compilation removed. -- Dynamically dispatched interfaces. +- Dynamically dispatched protocols with optional methods. - `$if` now uses `$if :` syntax. - `$assert` now uses `$assert : ` - `$error` is syntax sugar for `$assert false : "Some message"` diff --git a/src/version.h b/src/version.h index ffc4b3c48..abab25b24 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define COMPILER_VERSION "0.4.675" \ No newline at end of file +#define COMPILER_VERSION "0.4.676" \ No newline at end of file