From e6be03db31949be332e13ff460cc4f067575c7f0 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Wed, 6 Dec 2017 02:05:57 -0500 Subject: [PATCH] update license and changelog --- CHANGELOG.md | 5 +++-- LICENSE | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5acfa1940..b679b839d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,14 @@ ## 0.5.0 (December 5, 2017) BREAKING: - - [common] replace Service#Start, Service#Stop first param (bool) with an + - [common] replace Service#Start, Service#Stop first return value (bool) with an error (ErrAlreadyStarted, ErrAlreadyStopped) - - [common] replace Service#Reset first param (bool) with an error + - [common] replace Service#Reset first return value (bool) with an error - [process] removed FEATURES: - [common] IntInSlice and StringInSlice functions + - [pubsub/query] introduce `Condition` struct, expose `Operator`, and add `query.Conditions()` ## 0.4.1 (November 27, 2017) diff --git a/LICENSE b/LICENSE index 5d4ad3b1b..06bc5e1c6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ Tendermint Libraries -Copyright (C) 2015 Tendermint +Copyright (C) 2017 Tendermint