diff --git a/CHANGELOG.md b/CHANGELOG.md
index 307dfc06..5b491610 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,14 @@
-# 4.1.3
-
-**Bug fixes**
+# 4.1.2
-* [HIGH] Update streams lack a "type" attribute for files hosted externally
-* [MEDIUM] Fixed JavaScript error on manual creation of a new Item
+**Other changes**
-# 4.1.2
+* Removing checksums from the update stream by default to work around Joomla 3.9 bugs related to extension updates.
**Bug fixes**
* [HIGH] Automatic item descriptions cannot save multiple Environments
+* [HIGH] Update streams lack a "type" attribute for files hosted externally
+* [MEDIUM] Fixed JavaScript error on manual creation of a new Item
# 4.1.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 901602a2..0ea3fe1c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -5,17 +5,17 @@ We are developing, testing and using Akeeba Release System using the latest vers
* PHP 7.2
Akeeba Release System should be compatible with:
-* Joomla! 3.4, 3.5, 3.6, 3.7, 3.8
-* PHP 5.4, 5.5, 5.6, 7.0, 7.1, 7.2.
+* Joomla! 3.4, 3.5, 3.6, 3.7, 3.8, 3.9
+* PHP 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3.
## Changelog
**Other changes**
-* Joomla! 3.9 backend Components menu item compatibility
-
+* Removing checksums from the update stream by default to work around Joomla 3.9 bugs related to extension updates.
**Bug fixes**
-* Automatic Descriptions does not allow selection of multiple environments
-* gh-155 Do not display unpublished Items in Latest view
+* [HIGH] Automatic item descriptions cannot save multiple Environments
+* [HIGH] Update streams lack a "type" attribute for files hosted externally
+* [MEDIUM] Fixed JavaScript error on manual creation of a new Item
diff --git a/component/backend/config.xml b/component/backend/config.xml
index a90e2afc..52801f5a 100644
--- a/component/backend/config.xml
+++ b/component/backend/config.xml
@@ -17,6 +17,15 @@
label="COM_ARS_CONFIG_UPDATES_DESC_LABEL"
description="COM_ARS_CONFIG_UPDATES_DESC_DESC"
/>
+
+
+
+
+