Skip to content

Commit

Permalink
- tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jul 11, 2012
1 parent 695d8c9 commit 0a81538
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ Bugs Fixed
Features Added
++++++++++++++

- Five: Refactored ``browser:view`` and ``browser:page`` directives.
This makes their implementation more similar to that in ``zope.browserpage``
and adds allowed_interface support for the ``browser:view`` directive.

- Optimized the `OFS.Traversable.getPhysicalPath` method to avoid excessive
amounts of method calls.

Expand Down Expand Up @@ -77,6 +73,12 @@ Features Added
Restructuring
+++++++++++++

- Five: Refactored ``browser:view`` and ``browser:page`` directives.
This makes their implementation more similar to that in ``zope.browserpage``
and adds allowed_interface support for the ``browser:view`` directive.
By default the `aq_*` attributes are no longer available on those
views/pages. If you still use them, you have to mix in Five's BrowserView.

- Removed the (very obsolete) thread lock around the cookie parsing code
in HTTPRequest.py; the python `re` module is thread-safe, unlike the
ancient `regex` module that was once used here.
Expand Down

0 comments on commit 0a81538

Please sign in to comment.