Update release notes for 5.8.5

This commit is contained in:
Jason Turner 2016-10-09 19:59:48 -06:00
parent 665125665a
commit 7339ff2c2f

View File

@ -5,6 +5,7 @@ Current Version: 5.8.5
### Changes since 5.8.4 ### Changes since 5.8.4
* Fix order of operations for prefix operators * Fix order of operations for prefix operators
* Make sure atomics are initialized properly * Make sure atomics are initialized properly
* Remove parsing of unused prefix `&` operator
### Changes since 5.8.3 ### Changes since 5.8.3
* Fix case with some numeric conversions mixed with numerics that do not need conversion * Fix case with some numeric conversions mixed with numerics that do not need conversion