We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CHANGELOG.md
1 parent afcaa5a commit 7159a96Copy full SHA for 7159a96
CHANGELOG.md
@@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
13
- Replaced `appdirs` with `platformdirs` dependency
14
([#489](https://github.com/PyFilesystem/pyfilesystem2/pull/489)).
15
+- Make `fs.zipfs._ZipExtFile` use the seeking mechanism implemented
16
+ in the Python standard library in Python version 3.7 and later
17
+ ([#527](https://github.com/PyFilesystem/pyfilesystem2/pull/527)).
18
+- Mark `fs.zipfs.ReadZipFS` as a case-sensitive filesystem
19
20
21
22
## [2.4.15] - 2022-02-07
0 commit comments