~ryan-petrello/pecan/master

« back to all changes in this revision

Viewing changes to docs/source/changes.rst

  • Committer: markmcclain
  • Author(s): Ryan Petrello
  • Date: 2016-05-26 01:59:36 UTC
  • Revision ID: git-v1:e0029266e3cf01d9b3fe26a914ba66fbd42fdd5a
Version increment. (#57)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
1.1.0
 
2
=====
 
3
* `pecan.middleware.debug.DebugMiddleware` now logs exceptions at the ERROR
 
4
  level (https://github.com/pecan/pecan/pull/56).
 
5
* Fix a Javascript bug in the default project scaffold
 
6
  (https://github.com/pecan/pecan/pull/55).
 
7
 
1
8
1.0.5
2
9
=====
3
10
* Fix a bug in controller argspec detection when class-based decorators are