Selaa lähdekoodia

Update changelog.

Lauri Ojansivu 6 vuotta sitten
vanhempi
sitoutus
5c1818fc9a
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 7 1
      CHANGELOG.md

+ 7 - 1
CHANGELOG.md

@@ -1,6 +1,12 @@
 # Upcoming Wekan release
 
-This release fixes the following bugs:
+This release adds the following new features:
+
+- [Add support for CORS headers "Access-control-allow-headers" and
+  "Access-control-expose-headers"](https://github.com/wekan/wekan/pull/2429).
+  Thanks to risacher.
+
+and fixes the following bugs:
 
 - [Fix Scope parsing Issue for OAuth2 Login with simple String](https://github.com/wekan/wekan/pulls/2427).
   Thanks to DominikPf.