update changelog with relevant modifications

This commit is contained in:
Stephen Lombardo 2018-12-17 08:34:13 -05:00
parent bd2f337070
commit 9692fb166c

View File

@ -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