Skip to content

Commit c6e8461

Browse files
committed
Updates CHANGELOG.md with relevant changes for 4.11.0
1 parent 1e6efba commit c6e8461

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# SQLCipher Change Log
22
Notable changes to this project are documented in this file.
33

4-
## [4.11.0] - (? 2025 - [4.11.0 changes])
4+
## [4.11.0] - (October 2025 - [4.11.0 changes])
55
- Converts log output to UTF-16 when writing to stdout or stderr on Windows
66
- Fixes scope issues to allow --disable-amalgamation to work properly
77
- Replaces fortuna seeding mechanism for libtomcrypt with rng_get_bytes()
88
- Removes CocoaPods support (SQLCipher.podspec.json)
9+
- Fixes includes and macros to support non-amalgamated builds
10+
- Fixes check for __has_feature to resolve issue with compilers that don't support it
11+
- Corrects return value from sqlcipher_fprintf
12+
- Fixes use of provider free_ctx
13+
- Fixes some compiler warnings
914

1015
## [4.10.0] - (August 2025 - [4.10.0 changes])
1116
- Updates baseline to SQLite 3.50.4

0 commit comments

Comments
 (0)