Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Nov 4, 2013
1 parent bc24d5d commit d732992
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGES.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,22 @@
= Change Log = = Change Log =


== 2.3.1 (**November 4, 2013**) ==

* Also make error handling a class method as it is not bound to the controller instance
* Less usage of request local objects
* Keep track of method requirements in decoration
* Make _perform_validate a class method as it doesn't actually depend on the controller instance
* Skip coverage of a deprecated function that only forwards call to new API
* Improve registry manager streaming to cope with WSGI server that read the output like gevent-socketio
* A bit of move around of setup_tg_wsgi_app parts to cleanup roles of each component
* Put Decoration.register_hook in place again due to libraries using it but add a deprecation warning
* remove wrong TODO
* Refactor validation status reporting, tmpl_context.form_errors and tmpl_context.form_values got removed in favor of request.validation which keeps more details
* Fix docstring for AppConfig
* Refactoring TurboGears hooks and expose a public API to manage custom hooks
* Lazy resolution of application wrappers, so that ordering can be applied when they are all available
* Configuration milestones support, enables expositions to be resolved lazily when renderers are available

== 2.X == == 2.X ==


* @with_trailing_slash and @without_trailing_slash have been moved to a 301 permanent redirect for SEO reasons * @with_trailing_slash and @without_trailing_slash have been moved to a 301 permanent redirect for SEO reasons
Expand Down

0 comments on commit d732992

Please sign in to comment.