Added instructions for running scripts under windows if they are typically not allowed. This is not that hard to find out and maybe is just bloating up the README file unnecessarily.

Change-Id: I3ef000ab6b3ae6b1310e8605c116cde0c763cf88
diff --git a/Changes b/Changes
index bfbfe42..0e58320 100755
--- a/Changes
+++ b/Changes
@@ -1,9 +1,11 @@
-0.41 2021-01-15
+0.41 2021-01-25
+        - Introduce CORS headers to the proxy.
+        - Introduce Content Security Policy.
         - Remove default api endpoint from config to
           enable changes in the 'Kalamar' config environment
           while keeping the api_path.
-        - Introduce CORS headers to the proxy.
-        - Introduce Content Security Policy.
+        - Added advice in Readme regarding scripts in
+          Windows Powershell (lerepp).
 
 0.40 2020-12-17
         - Modernize ES and fix in-loops.