diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff67e2979..0f8bfa411 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@
## (unreleased)
### **New features**
+-  64bit mediainfo.dll to 32bit to resolve issue: https://github.com/Radarr/Radarr/issues/3138. [geogolem]
+-  Refactor MediaInfo tokens (fixes old tokens adds new stuff) ([#3058](https://github.com/Radarr/Radarr/issues/3058)) [Ricardo Amaral]
+-  Don't hide custom formats behind advanced settings when editing quality. [Leonardo Galli]
-  Upped rate at which we scan the download client. Should reduce cpu and ram usage as well as decrease pressure on download clients. [Leonardo Galli]
-  Improve model and UI handling for lists. Should finally fix root folder errors. ([#3133](https://github.com/Radarr/Radarr/issues/3133)) [Ricardo Amaral]
-  Don't return unmapped folders on rootfolder API call. Massively improves loading time. ([#3116](https://github.com/Radarr/Radarr/issues/3116)) [Justin Kromlinger]
@@ -20,6 +23,12 @@
-  "importing an episode" to "importing a movie file" ([#2829](https://github.com/Radarr/Radarr/issues/2829)) [Travis Boss]
### **Fixes**
+-  Fallback to 'VideoCodec' if 'VideoFormat' is unavailable ([#3142](https://github.com/Radarr/Radarr/issues/3142)) [Ricardo Amaral]
+-  Read video 'BitRate_Nominal' if 'BitRate' is empty ([#3144](https://github.com/Radarr/Radarr/issues/3144)) [Ricardo Amaral]
+-  UpdateMovieQualityService Tests. [Leonardo Galli]
+-  Ignore "special drives" from System ยป Disk Space ([#3050](https://github.com/Radarr/Radarr/issues/3050)) [Ricardo Amaral]
+-  Tweak style of movie path template on "add movies" screen ([#3108](https://github.com/Radarr/Radarr/issues/3108)) [Ricardo Amaral]
+-  Unable to update custom formats for releases with bad Source Titles. [Leonardo Galli]
-  Do not search movie if unmonitored ([#3131](https://github.com/Radarr/Radarr/issues/3131)) [Ricardo Amaral]
-  Quality badges not being shown on bulk import. ([#3121](https://github.com/Radarr/Radarr/issues/3121)) [Ricardo Amaral]
-  Trim filename from Kodi movie path before sending library scan request. ([#3097](https://github.com/Radarr/Radarr/issues/3097)) [Lawrence]