=== 1.0.7 / 2013-08-14

* major enhancements

  * Rails 4 compatibility

* minor bugfixes

  * RSpec deprecations removed

=== 1.0.6 / 2011-08-09

* minor bugfixes

  * YAML parser workaround improved

=== 1.0.5 / 2011-08-07

* minor bugfixes

  * Applied a workaround against a buggy parser in Rubygems

=== 1.0.4 / 2011-07-09

* minor enhancements

  * Dependencies updated

=== 1.0.2 / 2011-02-23

* major bugfixes

  * Applied workaround for Ruby 1.8.x bug #734 in t() alias

=== 1.0.1 / 2011-02-14

* major enhancements

  * Inflection methods evaluation is now lazy; passing Method objects to the Inflector
  * Added strict kinds (named patterns) better support
  * Added no_inflection_method_for (alias no_inflection_kind) clause
  * Changed way that associations are stored from (method => kind) to (kind => method)
  * Removed block passing support from inflection_method since I18n Inflector supports inflection methods with arguments

* minor enhancements

  * Removed magic symbols from code
  * Improved arguments parsing in inflection_method
  * Added auto_helper global switch
  * Added lazy_methods global switch

=== 0.2.0 / 2011-01-15

* 1 major enhancement

  * Added switch that causes any method from current context to be tested if is callable

=== 0.1.0 / 2011-01-11

* 2 major enhancements

  * Compatible with Rails 3
  * no_inflection_method added; it disables previously added method from using by translate()

=== 0.0.1 / 2011-01-02

* 1 major enhancement

  * Birthday!

