Update changelog.
This commit is contained in:
parent
de58adad24
commit
f60d304133
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.5.2 (2016-03-11)
|
||||
------------------
|
||||
|
||||
* Make ``tailbone.views.labels`` a subpackage instead of module.
|
||||
|
||||
* Add 'executed' to old batches grid view.
|
||||
|
||||
* Make all timestamps show "raw" by default (with "diff" tooltip).
|
||||
|
||||
* Improve grid filters for datetime fields (smarter verbs).
|
||||
|
||||
* Fix bug where batch creator was being set to current user anytime it was viewed..yikes.
|
||||
|
||||
|
||||
0.5.1 (2016-02-27)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.5.1'
|
||||
__version__ = u'0.5.2'
|
||||
|
|
Loading…
Reference in a new issue