Update NEWS

This commit is contained in:
Kodi Arfer 2017-02-03 15:48:57 -08:00
parent 1abf293793
commit d517378eba
1 changed files with 4 additions and 0 deletions

4
NEWS
View File

@ -3,6 +3,10 @@ Changes from 0.12.1
[ Language Changes ]
* xor: If exactly one argument is true, return it
[ Bug Fixes ]
* Shadowed comparison operators now use `and` instead of `&`
for chained comparisons
Changes from 0.12.0
[ Bug Fixes ]