diff --git a/CHANGELOG b/CHANGELOG
index 3ca092e18f4933278cd98979079c1a8d19f22824..f123e9c50d74425c5c9aae64cf052c20b5dab2a8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -95,3 +95,17 @@
 2022-03-25: added options --compressed-ssh, --list-only, --use-ascii
             added options --path-as-is, --ssl-allow-beast, --no-buffer, --no-keepalive, --no-sessionid
 2022-03-28: added options --mail-auth, --mail-from, --mail-rcpt, --mail-rcpt-allowfails, --crlf, --upload-file (SMTP)
+2022-04-10: WATO: added options to deploy cURL executable, no separate rules for curl and curl executable anymore
+            WATO: windows/linux summarized under on option, no separate WATO rules per OS necessary anymore
+            WATO: replaced most CascadingDropdown with Alternative to avoid the need for adusting default and url settings in the bakery
+            BAKERY: reworked to make scalable for multiple OSs (THX to andreas.doehler[at]gmail[dot]com)
+            BAKERY: removed data adjustments between default and per url settings after WATO rework
+
+Note: to update from a pre 20220410 version (if you have used the curl_executable plugin) you need to
+- remove the cURL executable rules from WATO
+- remove the curl_executable package
+- install the new curl_executable package
+- update the curl package 
+- reconfigure your cURL WATO rules (select the executable version to use)
+- redeploy the package
+