From b1d9ece8c6bea2e3043943b2edfaebcdca330c38 Mon Sep 17 00:00:00 2001 From: Philip Tricca Date: Thu, 7 Dec 2017 17:02:44 -0800 Subject: [PATCH] Update CHANGELOG.md for 1.3.0 release. Signed-off-by: Philip Tricca --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 817826920..9da32c462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) -## Unreleased +## [1.3.0] - 2017-12-07 ### Added - Implementation of the EncryptDecrypt2 command. - Coding standard documentation. @@ -14,6 +14,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) - Drop cast from TPM_ALG_XXX definitions - Use mock functions with built-in cast to avoid compiler warnings from manual cast. +- Free memory correctly on error condition return paths in InitSysContext +& SockServer. ## [1.2.0] - 2017-08-25 ### Added