added entry for Sequel to the changelog

This commit is contained in:
Thorsten Böttger 2014-05-05 21:56:37 +02:00
parent e29ff00192
commit e6c6722e34
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
* deprecated old aasm_* class methods (old-style DSL), in preparation for AASM v4.0.0
## 3.2.0 (not yet released)
* support [Sequel](http://sequel.jeremyevans.net/) (see [issue #119](https://github.com/aasm/aasm/issues/119), thanks to [@godfat](https://github.com/godfat))
## 3.1.1
* bugfix: don't require ActiveRecord for localizing AASM event and state name (see [issue #113](https://github.com/aasm/aasm/issues/113), thanks to [@silentshade](https://github.com/silentshade))