added some changes to the changelog

This commit is contained in:
Thorsten Böttger 2014-08-16 13:02:45 +02:00
parent f120fae3b0
commit dfec1bfe76
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
## 3.3.2 (not yet released)
* bugfix: avoid conflicts with `failed` and `fired` event names (see [issue #157](https://github.com/aasm/aasm/issues/157)), thanks to [@MichaelXavier](https://github.com/MichaelXavier)
* bugfix: not using transactions unless saving to the database (see [issue #162](https://github.com/aasm/aasm/issues/162) and [issue #164](https://github.com/aasm/aasm/issues/164)), thanks to [@roberthoner](https://github.com/roberthoner)
* bugfix: `after_commit` should only run if saving to the database (see [issue #151](https://github.com/aasm/aasm/issues/151)), thanks to [@ivantsepp](https://github.com/ivantsepp)