Skip to content

Commit 5e6eace

Browse files
committed
Update changelog for 2.0
1 parent 2c46344 commit 5e6eace

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 2.0.0 (2019-11-12)
2+
3+
* BC Break: Downgraded CorsListener priority from 250 to 28, this should not affect anyone but could be a source in case of strange bugs
4+
* BC Break: Removed support for Symfony <4.3
5+
* BC Break: Removed support for PHP <7.1
6+
* Added support for Symfony 5
7+
* Added support for configuration via env vars
8+
* Changed the code to avoid mutating the EventDispatcher at runtime
9+
* Changed the code to avoid returning `Access-Control-Allow-Origin: null` headers to mark blocked requests
10+
111
### 1.5.6 (2019-06-17)
212

313
* Fixed preflight request handler hijacking regular non-CORS OPTIONS requests.
@@ -20,7 +30,7 @@
2030
* Fixed bundle initialization in case paths is empty
2131

2232
### 1.5.1 (2017-01-22)
23-
33+
2434
* Fixed `forced_allow_origin_value` to always set the header regardless of CORS, so that requests can properly be cached even if they are not always accessed via CORS
2535

2636
### 1.5.0 (2016-12-30)

0 commit comments

Comments
 (0)