# HG changeset patch # User paulb # Date 1202068620 0 # Node ID 140d4468641b8af9188bae7338fe45b8b743e767 # Parent 7a9ee094a4b764394f217e0cdab1c61fe9fb9733 [project @ 2008-02-03 19:57:00 by paulb] Updated release notes. diff -r 7a9ee094a4b7 -r 140d4468641b README.txt --- a/README.txt Sat Feb 02 23:35:36 2008 +0000 +++ b/README.txt Sun Feb 03 19:57:00 2008 +0000 @@ -40,8 +40,11 @@ * 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. + the default_charset property instead. + WARNING: These changes could upset some applications. The EncodingSelector + should be used to override the default_charset setting if appropriate. + * Added an encode_url_without_query to Transaction for use with combined + protocol, address and path values. * Added a StringResource to WebStack.Resources.Static, serving strings as responses. * Added experimental OpenID support; improved the authentication resources