Browse Source

update changelog

pull/1842/head
Anton Kaliaev 7 years ago
parent
commit
303b6df812
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      CHANGELOG.md

+ 11
- 0
CHANGELOG.md View File

@ -1,5 +1,16 @@
# Changelog
## 0.5.0 (December 5, 2017)
BREAKING:
- [common] replace Service#Start, Service#Stop first param (bool) with an
error (ErrAlreadyStarted, ErrAlreadyStopped)
- [common] replace Service#Reset first param (bool) with an error
- [process] removed
FEATURES:
- [common] IntInSlice and StringInSlice functions
## 0.4.1 (November 27, 2017)
FEATURES:


Loading…
Cancel
Save