Skip to content

Commit

Permalink
Update CHANGES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Sep 30, 2016
1 parent 040e1a3 commit d2f0759
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Feature
Bugfix
~~~~~~

- WebOb's exceptions will lazily read underlying variables when inserted into
templates to avoid expensive computations/crashes when inserting into the
template. This had a bad performance regression on Py27 because of the way
the lazified class was created and returned. See
https://github.com/Pylons/webob/pull/284

- `wsgify.__call__` raised a `TypeError` with an unhelpful message, it will now
return the `repr` for the wrapped function:
https://github.com/Pylons/webob/issues/119
Expand Down

0 comments on commit d2f0759

Please sign in to comment.