From de558b049f703d08c4e1fd1291e810c1e9303385 Mon Sep 17 00:00:00 2001 From: Nick Parker Date: Tue, 12 Mar 2019 13:41:27 -0500 Subject: [PATCH] Include sqlcipher_export improvements in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d0cb0..07c0c2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. - PRAGMA cipher_hmac_pgno is now deprecated - PRAGMA cipher_hmac_salt_mask is now deprecated - PRAGMA fast_kdf_iter is now deprecated +- Improve sqlcipher_export routine and restore all database flags - Clear codec data buffers if a crypographic provider operation fails - Disable backup API for encrypted databases (this was previously documented as not-working and non-supported, but will now explicitly error out on initialization) - Updates baseline to upstream SQLite 3.27.2