Update changelog.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-12-13 17:09:43 -06:00
parent 8d34ae6ac5
commit 86e8538d45
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 19 additions and 0 deletions

View File

@ -3,6 +3,25 @@
These changes have not yet been incorporated into a stable release, but if you are on the latest version of the rolling
release channel, you can take advantage of these new features and fixes.
## New Features/Changes
- **Media Manager Improvements:** Two changes have been made to the media manager to improve the user experience and
accessibility:
- You can now edit the playlists associated with a track from directly within the "Edit" modal dialog box for that
track.
- If all of the tracks/directories selected are in a playlist, that playlist will be checked by default in the "Set
Playlists" dropdown.
## Code Quality/Technical Changes
- In preparation for the PHP 8.0 update, we have switched our PSR-6/PSR-16 cache implementation to the Symfony Cache
component. If you are building a plugin that uses the cache, as long as you are using the PSR cache interfaces, no
change will be required.
## Bug Fixes
- If your browser sends a locale like `fr` instead of `fr_FR`, it will now be supported and detected (#3558).
---
# AzuraCast 0.11.2 (Dec 11, 2020)