diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 5db85fb678ef6a4e217da97b10f1f7f2efce9e69..952574dce6b1afb80010f18ef81e8b7cd2351bb2 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,6 +3,29 @@
 Changelog
 ---------
 
+0.9.0rc2 August 27
+++++++++++++++++++
+
+Features
+~~~~~~~~
+- `#7250 <https://leap.se/code/issues/7250>`_: Enable '--danger' for stable versions.
+- `#7291 <https://leap.se/code/issues/7291>`_: Move the updater code from the launcher to the client.
+- `#7342 <https://leap.se/code/issues/7342>`_: Added apply_updates.py script for the pyinstaller bundle.
+- `#7353 <https://leap.se/code/issues/7353>`_: Add notifications of soledad sync progress to UI.
+- `#7356 <https://leap.se/code/issues/7356>`_: Allow to disable EIP component on build.
+
+Bugfixes
+~~~~~~~~
+- `#6594 <https://leap.se/code/issues/6594>`_: Handle disabled registration on provider.
+- `#7149 <https://leap.se/code/issues/7149>`_: Start the events server when reactor is running.
+- `#7273 <https://leap.se/code/issues/7273>`_: Logbook subscriber stop fails if not started.
+- `#7273 <https://leap.se/code/issues/7273>`_: ZMQError: address already in use - logbook subscriber already started.
+- `#7281 <https://leap.se/code/issues/7281>`_: Support a provider not providing location for the eip gateways.
+- `#7319 <https://leap.se/code/issues/7319>`_: Raise the maxfiles limit in OSX
+- `#7343 <https://leap.se/code/issues/7343>`_: Clean up and fix the tests.
+
+
+
 0.9.0rc1 July 10
 ++++++++++++++++
 
diff --git a/changes/bug-6594_handle-disabled-registration b/changes/bug-6594_handle-disabled-registration
deleted file mode 100644
index 91e84286d87bac85099cca2a8985e71af7f55288..0000000000000000000000000000000000000000
--- a/changes/bug-6594_handle-disabled-registration
+++ /dev/null
@@ -1 +0,0 @@
-- Handle disabled registration on provider. Closes Bug #6594.
diff --git a/changes/bug-7273_logbook-subscriber-start b/changes/bug-7273_logbook-subscriber-start
deleted file mode 100644
index 976d2f35fb2663aa85cf6ef1fe6bbc7f02f7c745..0000000000000000000000000000000000000000
--- a/changes/bug-7273_logbook-subscriber-start
+++ /dev/null
@@ -1,2 +0,0 @@
-- Closes bug #7273 - ZMQError: address already in use - logbook subscriber already started.
-- Closes bug - logbook subscriber stop fails if not started.
diff --git a/changes/bug-7281_support-no-locations-for-eip b/changes/bug-7281_support-no-locations-for-eip
deleted file mode 100644
index 9f4e748c13b5138b75b27c980c3a155073e1c8bb..0000000000000000000000000000000000000000
--- a/changes/bug-7281_support-no-locations-for-eip
+++ /dev/null
@@ -1 +0,0 @@
-- Closes bug #7281. Support a provider not providing location for the eip gateways.
diff --git a/changes/bug-7343_fix_the_tests b/changes/bug-7343_fix_the_tests
deleted file mode 100644
index 93dac4e25c899510dd866bff4e1600fa3b69c819..0000000000000000000000000000000000000000
--- a/changes/bug-7343_fix_the_tests
+++ /dev/null
@@ -1 +0,0 @@
-- Clean up and fix the tests (Closes: #7343)
diff --git a/changes/feature-7291_move_tuf b/changes/feature-7291_move_tuf
deleted file mode 100644
index 3db1fd2b4a1795aaec8fc3cc77228a54e8c0c463..0000000000000000000000000000000000000000
--- a/changes/feature-7291_move_tuf
+++ /dev/null
@@ -1 +0,0 @@
-- Move the updater code from the launcher to the client (Closes: #7291)
diff --git a/changes/feature-7342_apply_updates b/changes/feature-7342_apply_updates
deleted file mode 100644
index df7bd72688b5e1140d6b1475088697a1d4d29090..0000000000000000000000000000000000000000
--- a/changes/feature-7342_apply_updates
+++ /dev/null
@@ -1 +0,0 @@
-- Added apply_updates.py script for the pyinstaller bundle (Closes: #7342)
diff --git a/changes/feature-7353_add-soledad-sync-info b/changes/feature-7353_add-soledad-sync-info
deleted file mode 100644
index 3efdd7208dd256d423e09467902916ee5dc1c171..0000000000000000000000000000000000000000
--- a/changes/feature-7353_add-soledad-sync-info
+++ /dev/null
@@ -1 +0,0 @@
-- Close Feature #7353, add notifications of soledad sync progress to UI.
diff --git a/changes/feature-7356-disable-eip-on-build b/changes/feature-7356-disable-eip-on-build
deleted file mode 100644
index 35787946b5c1fa6a0a2fe1963de0c747e6861f69..0000000000000000000000000000000000000000
--- a/changes/feature-7356-disable-eip-on-build
+++ /dev/null
@@ -1 +0,0 @@
-- Allow to disable EIP component on build. Closes: #7356