Add changelog entry for new #defined?` mutaiton

This commit is contained in:
Markus Schirp 2015-08-10 13:43:38 +00:00
parent d86d5b8927
commit 6fdc5beab2

View file

@ -2,6 +2,7 @@
* Remove invalid mutation `foo or bar` to `!(foo or bar)` see #287
* Add mutation from `#to_h` to `#to_hash` #218
* Add mutation from `#defined?` to `true` / `false` #399
# v0.8.1 2015-07-24