Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed May 6, 2018
1 parent 7ceaaf6 commit 00e305e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,20 @@ Breaking Changes
Features
~~~~~~~~
- New plugin hook: ``pretalx.submission.signals.submission_state_change`` is triggered on any state change by a submission.
- The frab compatible xml export now has the pretalx version in an xml comment, to remain compatible with frab exports.
- The frab compatible xml was improved by using correct UUIDs, and includes an XML comment with a pretalx version string.
- The general look and feel and colorscheme has been improved.
- Organisers can make more changes to speaker profiles and submissions to ease event administration.
- pretalx now has a concept of organisers and teams.
- To avoid running into issues when uploading custom CSS, and ensuring smooth operations, custom colors and CSS is not used in the organiser area anymore.
- You can now send mails from templates and use shortcuts from submissions to send mails to specific speakers.
- Since different events have different needs, organisers can now choose if submission abstracts, descriptions, and speaker biographies are required for their event.

Fixed bugs
~~~~~~~~~~~

- Speakers could see their submission in the orga backend, but could access no information they did not put there themselves. (#375)
- The API showed talks to organisers if no schedule had been released yet. It did not show the information to unauthorised users.
- There was no possibility to reset a user's API token.
- If an organiser changed a speaker's email address, they could assign an address already in use in the pretalx instance, resulting in buggy behaviour all around.

.. _releases: https://github.com/pretalx/pretalx/releases

0 comments on commit 00e305e

Please sign in to comment.