Skip to content

Commit c9c55e1

Browse files
authored
Release Version 3.1.01 (#329)
1 parent 98aca1a commit c9c55e1

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

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+
315
## 3.0.10
416
Adds support for PPC64 and ARM64 builds for distribution. Thanks @sreekanth370
517

@@ -17,10 +29,10 @@ Thank you @juanmaneo and @jdevera for the contribution.
1729
Updated logging.warn to logging.warning (#234) Thanks Vaibhav
1830

1931
## 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.
2133

2234
## 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)
2436

2537
## 3.0.4
2638
Handle response.headers being None. (Fixes issue #217)

flask_cors/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.0.10'
1+
__version__ = '3.1.01'

0 commit comments

Comments
 (0)