@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33
44## [ Unreleased] [ unreleased ]
55
6+ ## [ 3.4.0] - 2016-02-??
7+ ### Added
8+ - Added ` PRAGMA cipher_provider_version `
9+
10+ ### Changed
11+ - Merged upstream SQLite 3.11.0
12+
613## [ 3.3.1] - 2015-07-13
714### Changed
815- Merge upstream SQLite 3.8.10.2
@@ -20,7 +27,7 @@ All notable changes to this project will be documented in this file.
2027
2128## [ 3.2.0] - 2014-09-30
2229### Added
23- - Added PRAGMA cipher_store_pass
30+ - Added ` PRAGMA cipher_store_pass `
2431
2532### Changed
2633- Merged upstream SQLite 3.8.6
@@ -35,7 +42,7 @@ All notable changes to this project will be documented in this file.
3542
3643## [ 3.0.1] - 2013-12-06
3744### Added
38- - Add ` PRAGMA cipher_add_random ` to source external entropy
45+ - Added ` PRAGMA cipher_add_random ` to source external entropy
3946
4047### Changed
4148- Fix ` PRAGMA cipher_migrate ` to handle passphrases longer than 64 characters & raw keys
@@ -50,13 +57,14 @@ All notable changes to this project will be documented in this file.
5057- Remove usage of VirtualLock/Unlock on WinRT and Windows Phone
5158- Ignore HMAC read during Btree file copy
5259- Fix lib naming for pkg-config
53- - Use _ v2 version of sqlite3_key and sqlite3_rekey
60+ - Use _ v2 version of ` sqlite3_key ` and ` sqlite3_rekey `
5461- Update xcodeproj file
5562
5663### Security
5764- Change KDF iteration length from 4,000 to 64,000
5865
59- [ unreleased ] : https://github.com/sqlcipher/sqlcipher/compare/v3.3.1...prerelease
66+ [ unreleased ] : https://github.com/sqlcipher/sqlcipher/compare/v3.4.0...prerelease
67+ [ 3.4.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.3.1...v3.4.0
6068[ 3.3.1 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.3.0...v3.3.1
6169[ 3.3.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.2.0...v3.3.0
6270[ 3.2.0 ] : https://github.com/sqlcipher/sqlcipher/compare/v3.1.0...v3.2.0
@@ -81,6 +89,3 @@ All notable changes to this project will be documented in this file.
8189[ 1.1.2 ] : https://github.com/sqlcipher/sqlcipher/compare/v1.1.1...v1.1.1
8290[ 1.1.1 ] : https://github.com/sqlcipher/sqlcipher/compare/v1.1.0...v1.1.1
8391[ 1.1.0 ] : https://github.com/sqlcipher/sqlcipher/compare/617ed01...v1.1.0
84-
85-
86-
0 commit comments