1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-28 05:55:56 +00:00

Fixes #61 - monitor.history=0 panic

This commit is contained in:
James Hillyerd
2017-12-14 18:51:35 -08:00
parent a9b174bcb6
commit 7908e41212
3 changed files with 21 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `rest/client.NewV1` renamed to `New`
- `rest/client` package now embeds the shared `rest/model` structs into its own
types
- Fixed panic when `monitor.history` set to 0
[1.2.0-rc1] - 2017-01-29
------------------------