From c6f709fca81c910ba133aaf6330c28e01ccfe5f8 Mon Sep 17 00:00:00 2001 From: Nick Parker Date: Thu, 21 Dec 2017 13:31:28 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e5ebcc..8a1552ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased][unreleased] -## [3.4.2] - 2017-09-29 +## [3.4.2] - 2017-12-21 ### Added - Added support for building with LibreSSL @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file. - Fix `sqlcipher_export` and `cipher_migrate` when tracing API in use - Validate codec page size when setting - Guard OpenSSL initialization and cleanup routines +- Allow additional linker options to be passed via command line for Windows platforms ## [3.4.1] - 2016-12-28 ### Added