diff --git a/CHANGELOG.md b/CHANGELOG.md index 1030071..322759e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,12 @@ All notable changes to this project from August 2014 on will be documented here. ## Unreleased ### Added -* Add `not_true` and `not_false` predicates and update the "Basic Searching" - wiki. +* Add `ro.yml` Romanian translation file. - Fixes #123, #353. + *Andreas Philippi* + +* Add `not_true` and `not_false` predicates and update the "Basic Searching" + wiki. Fixes #123, #353. *Pedro Chambino* @@ -17,16 +19,12 @@ All notable changes to this project from August 2014 on will be documented here. *Jon Atack* -### Changed - -* Rewrite/improve much of the README doc, including the Associations section - code examples and the Authorizations section showing how to whitelist - attributes, associations, sorts and scopes. - - *Jon Atack* - ### Fixed +* Fix attribute translations when using ActiveRecord with STI. + + *Andreas Philippi* + * Fix the params hash being modified by `Search.new` and the Ransack scope. *Daniel Rikowski* @@ -44,6 +42,16 @@ All notable changes to this project from August 2014 on will be documented here. *Jon Atack* +### Changed + +* Refactor Ransack::Translate. + +* Rewrite much of the README doc, including the Associations section + code examples and the Authorizations section showing how to whitelist + attributes, associations, sorts and scopes. + + *Jon Atack* + ## Version 1.3.0 - 2014-08-23 ### Added