# HG changeset patch # User paulb # Date 1201995151 0 # Node ID 8a2827cf1d9828cbda2c22d326e36467ec955f01 # Parent e77c5130e4ed70a6a0b3ce2ca9edb15907f8c16f [project @ 2008-02-02 23:32:31 by paulb] Updated release notes. diff -r e77c5130e4ed -r 8a2827cf1d98 README.txt --- a/README.txt Thu Dec 06 23:40:18 2007 +0000 +++ b/README.txt Sat Feb 02 23:32:31 2008 +0000 @@ -37,6 +37,11 @@ New in WebStack 1.3 (Changes since WebStack 1.2.7) -------------------------------------------------- + * Changed the default_charset on WebStack.Generic.Transaction to UTF-8, + introducing a safe_default_charset attribute which employs ISO-8859-1, and + removing the default encoding on various resources, making them rely on + the default_charset property instead. The EncodingSelector should be used + to override this setting if appropriate. * Added a StringResource to WebStack.Resources.Static, serving strings as responses. * Added experimental OpenID support; improved the authentication resources