# HG changeset patch # User paulb # Date 1168115377 0 # Node ID fdc01f879edf2e69c267fbcf80226af7ce4a72b6 # Parent e069adc698a5d6001995a8fa447fdf0b068a4471 [project @ 2007-01-06 20:29:37 by paulb] Updated release information. diff -r e069adc698a5 -r fdc01f879edf README.txt --- a/README.txt Thu Nov 16 23:40:57 2006 +0000 +++ b/README.txt Sat Jan 06 20:29:37 2007 +0000 @@ -58,6 +58,11 @@ better support alternative login resources. * Added improved error reporting for BaseHTTPRequestHandler, CGI, Django and WSGI. + * Added a traverse_path method to the Transaction class. + * Made a path_encoding alias for urlencoding in the initialisation of + WebStack.Resources.ResourceMap objects. + * Added a Selectors module to WebStack.Resources in order to support common + resource selection patterns. New in WebStack 1.1.2 (Changes since WebStack 1.1.1) ----------------------------------------------------