Update releasenotes.md
This commit is contained in:
parent
b436791272
commit
343264944a
@ -5,6 +5,7 @@ Current Version: 5.6.0
|
|||||||
### Changes since 5.5.1
|
### Changes since 5.5.1
|
||||||
* Throw exception on integer divide by 0
|
* Throw exception on integer divide by 0
|
||||||
* Add optional type specification to function declarations
|
* Add optional type specification to function declarations
|
||||||
|
|
||||||
```
|
```
|
||||||
def func(int i, j, double k) {
|
def func(int i, j, double k) {
|
||||||
// i must be an int.
|
// i must be an int.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user