File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# SQLCipher Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## [ unreleased] - (? 2022 - [ unreleased changes] )
4
+ ## [ unreleased] - (? 2023 - [ unreleased changes] )
5
+
6
+ ## [ 4.5.3] - (December 2022 - [ 4.5.3 changes] )
7
+ - Updates baseline to upstream SQLite 3.39.4
5
8
6
9
## [ 4.5.2] - (August 2022 - [ 4.5.2 changes] )
7
10
- Updates source code baseline to upstream SQLite 3.39.2
@@ -210,7 +213,9 @@ All notable changes to this project will be documented in this file.
210
213
### Security
211
214
- Change KDF iteration length from 4,000 to 64,000
212
215
213
- [ unreleased ] : https://github.com/sqlcipher/sqlcipher/compare/v4.5.2...prerelease
216
+ [ unreleased ] : https://github.com/sqlcipher/sqlcipher/compare/v4.5.3...prerelease
217
+ [ 4.5.3 ] : https://github.com/sqlcipher/sqlcipher/tree/v4.5.3
218
+ [ 4.5.3 changes ] : https://github.com/sqlcipher/sqlcipher/compare/v4.5.2...v4.5.3
214
219
[ 4.5.2 ] : https://github.com/sqlcipher/sqlcipher/tree/v4.5.2
215
220
[ 4.5.2 changes ] : https://github.com/sqlcipher/sqlcipher/compare/v4.5.1...v4.5.2
216
221
[ 4.5.1 ] : https://github.com/sqlcipher/sqlcipher/tree/v4.5.1
You can’t perform that action at this time.
0 commit comments