summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-05-24 22:38:23 +0300
committerLauri Ojansivu <x@xet7.org>2019-05-24 22:38:23 +0300
commit5c1818fc9a7678899f4e72f545afddd38d4fe0d8 (patch)
tree00d94832a9195128b55e6dfdb9e21c547747f454 /CHANGELOG.md
parenta7fb9662e310c37166b2487c61f8508e1c48f1f6 (diff)
downloadwekan-5c1818fc9a7678899f4e72f545afddd38d4fe0d8.tar.gz
wekan-5c1818fc9a7678899f4e72f545afddd38d4fe0d8.tar.bz2
wekan-5c1818fc9a7678899f4e72f545afddd38d4fe0d8.zip
Update changelog.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22142016..b1c6c87d 100644
--- a/CHANGELOG.md
+++ b/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.