You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Change Log
2
2
3
+
## 3.1.01
4
+
* Include examples to specify that schema and port must be included in … by @YPCrumble in https://github.com/corydolphin/flask-cors/pull/294
5
+
* two small changes to the documentation, based on issue #290 by @bbbart in https://github.com/corydolphin/flask-cors/pull/291
6
+
* Fix typo by @sunarch in https://github.com/corydolphin/flask-cors/pull/304
7
+
* FIX: typo in CSRF by @sattamjh in https://github.com/corydolphin/flask-cors/pull/315
8
+
* Test against recent Python versions by @pylipp in https://github.com/corydolphin/flask-cors/pull/314
9
+
* Correct spelling mistakes by @EdwardBetts in https://github.com/corydolphin/flask-cors/pull/311
10
+
* 'Access-Control-Allow-Private-Network = true' header for http response by @chelo-kjml in https://github.com/corydolphin/flask-cors/pull/318
11
+
* docs: Fix a few typos by @timgates42 in https://github.com/corydolphin/flask-cors/pull/323
12
+
*[Docs] Fix typo in configuration documentation by @sachit-shroff in https://github.com/corydolphin/flask-cors/pull/316
13
+
14
+
3
15
## 3.0.10
4
16
Adds support for PPC64 and ARM64 builds for distribution. Thanks @sreekanth370
5
17
@@ -17,10 +29,10 @@ Thank you @juanmaneo and @jdevera for the contribution.
17
29
Updated logging.warn to logging.warning (#234) Thanks Vaibhav
18
30
19
31
## 3.0.6
20
-
Manual error in release process. Identical contents at 3.0.5.
32
+
Manual error in release process. Identical contents at 3.0.5.
21
33
22
34
## 3.0.5
23
-
Fixes incorrect handling of regexes containing `[`, and a few other special characters. Fixes Issue [#212](https://github.com/corydolphin/flask-cors/issues/212)
35
+
Fixes incorrect handling of regexes containing `[`, and a few other special characters. Fixes Issue [#212](https://github.com/corydolphin/flask-cors/issues/212)
24
36
25
37
## 3.0.4
26
38
Handle response.headers being None. (Fixes issue #217)
0 commit comments