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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Breaking Changes
11
+
12
+
- Renamed `filesystem.validate_zimfile_creatable` to `filesystem.file_creatable` to reflect general applicability to check file creation beyond ZIM files #200
13
+
- Remove any "ZIM" reference in exceptions while working with files #200
14
+
15
+
### Added
16
+
17
+
- Add `filesystem.validate_folder_writable` to check if a folder can be written to #200
18
+
10
19
## [4.0.0] - 2024-08-05
11
20
12
21
### Added
@@ -38,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
47
-**BREAKING** Rename `i18.NotFound` to `i18n.NotFoundError`
39
48
40
49
### Removed
50
+
41
51
-**BREAKING** Remove translation features in `i18n`: `Locale` class + `_` and `setlocale` functions #134
0 commit comments