diff --git a/CHANGES.rst b/CHANGES.rst index 9ec31ef9..fd7a2fe4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index cc842e83..b0dd2a81 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.117' +__version__ = '0.8.118'