Update changelog
This commit is contained in:
parent
5f8702e4cf
commit
02962fbf87
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.5.99 (2017-05-05)
|
||||
-------------------
|
||||
|
||||
* Add allowance for Escape key, in numeric.js
|
||||
|
||||
* Let a batch disallow bulk-deletion of its rows
|
||||
|
||||
* Add basic support for deletion speedbump for row data
|
||||
|
||||
* Remove lower version for Pyramid dependency, but restrict to pre-1.9
|
||||
|
||||
|
||||
0.5.98 (2017-04-18)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = u'0.5.98'
|
||||
__version__ = u'0.5.99'
|
||||
|
|
Loading…
Reference in a new issue