From 9692fb166c202eddbcfd5d13d8ab741479f11319 Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Mon, 17 Dec 2018 08:34:13 -0500 Subject: [PATCH] update changelog with relevant modifications --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddbd1476..8ef71138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. ## [unreleased] - [unreleased] +- Based on upstream SQLite 3.26.0 (addresses SQLite “Magellan” issue) +- Adds PRAGMA cipher_compatibility and cipher_default_compatibility which take automatcially configure appropriate compatibility settings for the specified SQLCipher major version number +- Filters attach statements with KEY parameters from readline history +- Fixes crash in command line shell with empty input (i.e. ^D) +- Fixes warnings when compiled with strict-prototypes ## [4.0.0] - 2018-11-30 ### Changed