File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Notable changes to this project are documented in this file.
33
44## [ 4.11.0] - (? 2025 - [ 4.11.0 changes] )
5+ - Converts log output to UTF-16 when writing to stdout or stderr on Windows
6+ - Fixes scope issues to allow --disable-amalgamation to work properly
57
68## [ 4.10.0] - (August 2025 - [ 4.10.0 changes] )
79- Updates baseline to SQLite 3.50.4
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ void sqlite3pager_reset(Pager *pPager);
9797#define CIPHER_STR (s ) #s
9898
9999#ifndef CIPHER_VERSION_NUMBER
100- #define CIPHER_VERSION_NUMBER 4.10 .0
100+ #define CIPHER_VERSION_NUMBER 4.11 .0
101101#endif
102102
103103#ifndef CIPHER_VERSION_BUILD
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ do_test verify-pragma-cipher-version {
4646 execsql {
4747 PRAGMA cipher_version;
4848 }
49- } {{4.10 .0 community}}
49+ } {{4.11 .0 community}}
5050db close
5151file delete -force test.db
5252
You can’t perform that action at this time.
0 commit comments