1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Update changelog

This commit is contained in:
James Hillyerd
2017-02-04 18:20:27 -08:00
parent a1e35009e0
commit 56cff6296a

View File

@@ -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
------------------------