Updated CHANGELOG

This commit is contained in:
Emanuel Schuetze 2016-02-17 20:38:29 +01:00
parent 2dd0013047
commit dcb12e60c7
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Agenda:
- Changed API of related objects. All assignments, motions and custom slides
are now agenda items and can be hidden.
- Removed mptt.
- Added attachments to custom slides.
- Added attachments to agenda items.
- Improved csv import.
Assignments:
- Renamed app from assignment to assignments.
@ -23,6 +23,7 @@ Motions:
- Renamed app from motion to motions.
Mediafiles:
- Renamed app from mediafile to mediafiles.
- Used improved pdf presentation with angular-pdf.
Users:
- Massive refactoring of the participant app. Now called 'users'.
- Used new anonymous user object instead of an authentification backend. Used
@ -33,6 +34,7 @@ Other:
- New OpenSlides logo.
- New design for web interface.
- Added multiple countdown support.
- Switched editor from CKEditor to TinyMCE.
- Changed supported Python version to >= 3.4.
- Used Django 1.7 as lowest requirement.
- Added Django's application configuration. Refactored loading of signals