Skip to content

Commit

Permalink
Updated readme changelog for v. 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carstengehling committed Dec 28, 2015
1 parent 80bfca5 commit 4c342b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ This gem has been tested with Rails 3.1.x, 4.0.x, 4.1.x, 4.2.x. It reportedly al

If you want this functionality in a Rails 2.x-3.0 application, please refer to {this blog post}[http://gehling.dk/2010/02/how-to-make-rails-routing-case-insensitive].

<b>Note:</b> from version 1.2.0, route_downcaser depends on ActiveSupport 3.2 or later. This was necessary to enable support for multibyte characters.

== Installing

=== Rails
Expand Down Expand Up @@ -102,6 +104,10 @@ All it really does is to take the path and downcase it before dispatching. Query

== Changelog

=== 1.2.0

Support for multibyte characters - dependency on ActiveSupport version 3.2 or later

=== 1.1.5

Configuration now namespaced to avoid name clashing with other modules. Thanks goes to {tgk}[https://github.com/tgk] for this
Expand Down

0 comments on commit 4c342b6

Please sign in to comment.