From 56cff6296a9034e761369dc59da41e99ae907ace Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 4 Feb 2017 18:20:27 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5746e30..0a7a9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +[Unreleased] +------------ + +### Added +- `rest/client` types `MessageHeader` and `Message` with convenience methods; + provides a more natural API + +### Changed +- `rest/client.NewV1` renamed to `New` +- `rest/client` package now embeds the shared `rest/model` structs into its own + types + [1.2.0-rc1] - 2017-01-29 ------------------------