Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
artemk committed Aug 21, 2011
1 parent 474cf41 commit 7a39fef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
@@ -1,3 +1,13 @@
== 2011-08-21
* escape _ and % for mysql and postgres (@tilsammans)
* Now depends on mysql2 gem
* tagged_with :any is chainable now (@jeffreyiacono)
* tagged_with(nil) returns scoped object
* Case-insensitivity for TaggedModel.tagged_with for PostgreSQL database
* tagged_with(' ') returns scoped object
* remove warning for rails 3.1 about class_inheritable_attribute
* use ActiveRecord migration_number to avoid clashs (@atd)

== 2010-02-17
* Converted the plugin to be compatible with Rails3

Expand Down

0 comments on commit 7a39fef

Please sign in to comment.