From a8a95adea1a868d4f5750148ff991be9cab404cb Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Sun, 24 Oct 2010 15:16:56 +0200 Subject: [PATCH] Update CHANGES --- CHANGES | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index f4217883..2788d102 100644 --- a/CHANGES +++ b/CHANGES @@ -35,10 +35,10 @@ content type corresponding to the rendering engine rather than just using "text/html". (Konstantin Haase) - * README is now available in French (Mickael Riga), German (Bernhard Essl, - Konstantin Haase, burningTyger), Hungarian (Janos Hardi) and Spanish - (Gabriel Andretta). The extremely outdated Japanese README has been updated - (Kouhei Yanagita). + * README is now available in Chinese (Wu Jiang), French (Mickael Riga), + German (Bernhard Essl, Konstantin Haase, burningTyger), Hungarian (Janos + Hardi) and Spanish (Gabriel Andretta). The extremely outdated Japanese + README has been updated (Kouhei Yanagita). * It is now possible to access Sinatra's template_cache from the outside. (Nick Sutterer) @@ -66,8 +66,7 @@ application under a subpath in Rails 3, the PATH_INFO is not prefixed with a slash and no routes did match. (José Valim) - * Better handling of encodings in 1.9, defaults params encoding to UTF-8 and - respects Encoding.default_internal and Encoding.default_external. + * Better handling of encodings in 1.9, defaults params encoding to UTF-8. (Konstantin Haase) * `show_exeptions` handling is now triggered after custom error handlers, if