Merge branch 'release-5.x' of github.com:ChaiScript/ChaiScript into develop

This commit is contained in:
Jason Turner 2016-10-09 20:03:22 -06:00
commit 396e78d295

View File

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