Browse Source

update license and changelog

pull/1842/head
Ethan Buchman 7 years ago
parent
commit
e6be03db31
2 changed files with 4 additions and 3 deletions
  1. +3
    -2
      CHANGELOG.md
  2. +1
    -1
      LICENSE

+ 3
- 2
CHANGELOG.md View File

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


+ 1
- 1
LICENSE View File

@ -1,5 +1,5 @@
Tendermint Libraries
Copyright (C) 2015 Tendermint
Copyright (C) 2017 Tendermint


Loading…
Cancel
Save