Skip to content

Commit 3dade9d

Browse files
committed
Bump to version 1.18
1 parent c4bbafb commit 3dade9d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ All notable changes to `flask-compress` will be documented in this file.
44

55
## Unreleased changes
66

7-
- Support, and test against, Python 3.14
8-
- Migrate from `zstandard` to `pyzstd`, which is now included in the Python 3.14 standard library
7+
None so far.
8+
9+
## 1.18 (2025-07-11)
10+
11+
- Support, and test against, Python 3.14, see [#61](https://github.com/colour-science/flask-compress/pull/61) by @kurtmckee
12+
- Migrate from `zstandard` to `pyzstd`, which is now included in the Python 3.14 standard library, also part of [#61](https://github.com/colour-science/flask-compress/pull/61)
13+
- Restore `flask_compress.DictCache()` that is needed to configure Flask-Compress with caching, without relying on [Flask-Caching](https://pypi.org/project/Flask-Caching/)
914

1015
## 1.17 (2024-10-14)
1116

0 commit comments

Comments
 (0)