From 4c342b6d757530d75ff2d562231aff0063642a25 Mon Sep 17 00:00:00 2001 From: Carsten Gehling Date: Mon, 28 Dec 2015 13:14:42 +0100 Subject: [PATCH] Updated readme changelog for v. 1.2.0 --- README.rdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rdoc b/README.rdoc index 1534e5b..4fc145d 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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]. +Note: 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 @@ -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