Update CHANGELOG.md

This commit is contained in:
Sai Cheemalapati 2017-02-13 15:34:34 -08:00 committed by GitHub
parent 4447d65a96
commit df02d3b6f9
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
* Regenerate APIs
* Some exceptions are more descriptive for specific errors
* `representable` dependency bumped to `~> 3.0`
* Breaking change for `skip_undefined` option under `to_json`:
Should now pass `foo.to_json(user_options: { skip_undefined: true })`
instead of `foo.to_json(skip_undefined: true)`
* `retriable` dependency bumped to `>= 2.0, < 4.0`
# 0.9.28