From c43242523c3c2e687352c1fa57d40ca19ad35814 Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Mon, 16 Jul 2018 07:38:45 -0500 Subject: [PATCH] Update changelog --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index 148c2bbcb..6771d6e9e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ HEAD +0.8.1 - 2018-07-16 +Note: This release does not change library behavior. It only corrects issues +in the installer and test system. +- Test Suite: Adjust test suite to match behavior introduced in 0.8.0. Thank + you Gianfranco Costamagna for reporting and a patch. #731 +- CMake: Update cmake installer to only install library files globally. + Thank you Gianfraco Costamanga for reporting and a patch. #732 + 0.8.0 - 2018-07-12 - Examples: Add `print_client` example. This demonstrates a minimal non-TLS client that connects to a server and prints out the messages it receives.