From 8bce4809abba7b427f2a8249372c358f1ed99b2f Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Fri, 3 Feb 2023 08:50:03 -0500 Subject: [PATCH] update changelog for 1.7.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55cbd1ff3..499b3b7e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # ChangeLog +## 1.7.1 +### Improvements +- Vendor Intel DFP library and allow using system DFP. +### Fixed +- Fix possible abort on base64 decode error of KMS messages. +- Fix ILP32-target builds. +- Fix LTO build. +- Fix IntelDFP to not require Git. ## 1.7.0 ### New Features - Add encryptExpression helper