Update changelog
This commit is contained in:
parent
4d8e29c892
commit
758d5e6f4c
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.118 (2021-01-10)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Show node title in header for Login, About pages.
|
||||||
|
|
||||||
|
* Allow changing protected user password when acting as root.
|
||||||
|
|
||||||
|
* Allow specifying the size of a file, for ``readable_size()`` method.
|
||||||
|
|
||||||
|
* Try to show existing filename, for upload widget.
|
||||||
|
|
||||||
|
* Add basic support for "download" and "rawbytes" API views.
|
||||||
|
|
||||||
|
|
||||||
0.8.117 (2020-12-16)
|
0.8.117 (2020-12-16)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.117'
|
__version__ = '0.8.118'
|
||||||
|
|
Loading…
Reference in a new issue