Added missing CHANGELOG entries (Fixes #2415).

This commit is contained in:
Emanuel Schütze 2017-01-06 22:23:24 +01:00
parent 11c0b0cc3f
commit 206a624f04

View File

@ -72,6 +72,11 @@ Users:
- Added more multiselect actions.
- Added QR code in users access pdf.
Mediafiles:
- Allowed to project uploaded images (png, jpg, gif) and video files
(e.g. mp4, wmv, flv, quicktime, ogg).
- Allowed to hide uploaded files in overview list for non authorized users.
Other:
- Django 1.10 is now supported. Dropped support for Django 1.8 and 1.9.
- Removed config cache to support multiple threads or processes.