diff --git a/CHANGELOG.md b/CHANGELOG.md
index 735d05f54d..11e612f3de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
## (unreleased)
### **New features**
+-  Czech Language ([#2948](https://github.com/Radarr/Radarr/issues/2948)) [halali]
+-  Fallback to Bitrate_Nominal for MediaInfo ([#2886](https://github.com/Radarr/Radarr/issues/2886)) [Qstick]
-  All new custom formats 9000! (Rescan old files, delete formats, polish UI, etc. See discord for full changes): [Leonardo Galli]
-  Upgrade MediaInfo to 17.10 (Windows/macOS) [Mark McDowall]
-  The ability to set the number of threads (NOT SUPPORTED!) to use for tasks using THREAD_LIMIT environment variable. [Leonardo Galli]
@@ -11,6 +13,11 @@
-  "importing an episode" to "importing a movie file" ([#2829](https://github.com/Radarr/Radarr/issues/2829)) [Travis Boss]
### **Fixes**
+-  Templates for custom format using wrong modifiers. [Leonardo Galli]
+-  Profiles always failing validation. [Leonardo Galli]
+-  ImdbIds not being padded with zeroes, which messes up matching. [Leonardo Galli]
+-  Issue with custom formats when profile was saved with non existing formats. Also you now don't have to refresh your browser for them to appear / disappear. [Leonardo Galli]
+-  Migration would add double underscores for format tags without modifiers. Also fixed Radarr misparsing those tags and added migration to correct this. [Leonardo Galli]
- [WIP] Additions to custom formats, such as rescanning old files. ([#2949](https://github.com/Radarr/Radarr/issues/2949)) [Leonardo Galli]
-  Unnecessary housekeeping commands consuming a lot of memory. [Leonardo Galli]
-  Annoying [renamemoviesfolder] Completed popup for no reason. [Leonardo Galli]