File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# SQLCipher Change Log
22Notable changes to this project are documented in this file.
33
4- ## [ 4.12.0] - (? 2025 - [ 4.12.0 changes] )
4+ ## [ 4.12.0] - (December 2025 - [ 4.12.0 changes] )
5+ - Updates baseline to SQLite 3.51.1
6+ - Adds ` PRAGMA cipher_status ` so applications can verify a database handle is using encryption
7+ - Improves guards against key/rekey/attach misuse
8+ - Adds criteria for ` PRAGMA cipher_migrate ` tests
9+ - Fixes check for ` __has_feature ` macro to separate it from use
10+ - Fixes CHANGELOG.md markdown formatting, typos, and inline code snippets
11+ - Fixes conditional in SQLCipher pragma handling
12+ - Removes deprecated providers for LibTomCrypt and NSS
13+ - Removes unnecessary shutdown and URI config changes in core tests
14+ - Ensures all test suite database handles are closed before delete
515
616## [ 4.11.0] - (October 2025 - [ 4.11.0 changes] )
717- Converts log output to UTF-16 when writing to stdout or stderr on Windows
You can’t perform that action at this time.
0 commit comments