Skip to content

Commit 12b0ccf

Browse files
authored
Release version 3.0.4 (#219)
1 parent 4686c1e commit 12b0ccf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 3.0.4
4+
Handle response.headers being None. (Fixes issue #217)
5+
36
## 3.0.3
47
Ensure that an Origin of '*' is never sent if supports_credentials is True (fixes Issue #202)
58
* If `always_send=True`, and `'*'` is in the allowed origins, and a request is made without an Origin header, no `Access-Control-Allow-Origins` header will now be returned. This is breaking if you depended on it, but was a bug as it goes against the spec.

flask_cors/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.3'
1+
__version__ = '3.0.4'

0 commit comments

Comments
 (0)