update changelog
This commit is contained in:
parent
f6bb5b2b77
commit
88dcb1889c
1 changed files with 19 additions and 0 deletions
19
CHANGES.txt
19
CHANGES.txt
|
@ -1,4 +1,23 @@
|
|||
|
||||
0.1a25
|
||||
------
|
||||
|
||||
- [feature] Added "sqlerror" tween which, in combination with ``pyramid_tm``,
|
||||
can allow Pyramid apps to gracefully handle database server restarts. Any
|
||||
transaction which fails due to a disconnection from the server may be
|
||||
attempted more than once. The assumption is that the second attempt will
|
||||
succeed, since the underlying connection pool will have been invalidated upon
|
||||
the first failure.
|
||||
|
||||
- [feature] Added ``PHONE_TYPE`` enumeration.
|
||||
|
||||
- [general] Added some ``__unicode__()`` methods to database models.
|
||||
|
||||
- [bug] Fixed CSS in the ``progress.mako`` template.
|
||||
|
||||
- [feature] Improved the ``load_spec()`` function so that it raises an
|
||||
``InvalidSpec`` exception if the spec doesn't contain exactly one colon.
|
||||
|
||||
0.1a24
|
||||
------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue