We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ce6f0 commit c7e811bCopy full SHA for c7e811b
CHANGELOG.md
@@ -3,8 +3,10 @@ Notable changes to this project are documented in this file.
3
4
## [unreleased] - (? 2025 - [unreleased changes])
5
6
-## [4.9.0] - (? 2025 - [4.9.0 changes])
7
-
+## [4.9.0] - (May 2025 - [4.9.0 changes])
+- Updates baseline to upstream SQLite 3.46.2
8
+- Removes use of static mutex in `sqlcipher_extra_shutdown()`
9
+
10
## [4.8.0] - (April 2025 - [4.8.0 changes])
11
- Fixes regression in `PRAGMA cipher_migrate` where an error would be thrown when migrating a current-version database
12
- Adds selective locking in critical sections of the library for shared cache connections (Note: use of shared cache is still strongly discouraged)
0 commit comments