Skip to content

Commit ab223bd

Browse files
committed
Updates CHANGELOG.md with relevant changes for 4.12.0
1 parent 2cd5e45 commit ab223bd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# SQLCipher Change Log
22
Notable 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

0 commit comments

Comments
 (0)