Update releasenotes.md

This commit is contained in:
Jason Turner 2015-01-17 14:28:06 -07:00
parent b436791272
commit 343264944a

View File

@ -5,6 +5,7 @@ Current Version: 5.6.0
### Changes since 5.5.1
* Throw exception on integer divide by 0
* Add optional type specification to function declarations
```
def func(int i, j, double k) {
// i must be an int.