Update changelog

This commit is contained in:
Lance Edgar 2021-01-10 21:24:59 -06:00
parent 4d8e29c892
commit 758d5e6f4c
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
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)
--------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.8.117'
__version__ = '0.8.118'