Author: faide Date: Sun Jan 20 08:06:54 2008 New Revision: 3981 URL: http://trac.turbogears.org/changeset/3981
Log: updating CHANGELOG.txt Modified: branches/1.0/CHANGELOG.txt Modified: branches/1.0/CHANGELOG.txt ============================================================================== --- branches/1.0/CHANGELOG.txt (original) +++ branches/1.0/CHANGELOG.txt Sun Jan 20 08:06:54 2008 @@ -1,6 +1,15 @@ TurboGears Changelog ==================== +1.0.4b7 (January, 20, 2008): +---------------------------- + +* Fixed parameters encoding. A previous patch encoded all characters in the + cherrypy parameters to make them utf-8. This comportment has been reverted + and unit tests written to ensure cherrypy parameters we receive inside a TG + application will alway be unicode. + + 1.0.4b6 (January, 16, 2008): ----------------------------
