X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hubacji1/coffee-getter.git/blobdiff_plain/a0db8fae706ba805260a675a260873355c131280..e46113002f14829310db041c970cec223973f774:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f3c84..8b91d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,30 @@ The format is based on [Keep a Changelog][] and this project adheres to ## Unreleased +## 0.3.1 - 2019-04-04 +### Fixed +- Missing 0 in drunk list. + +## 0.3.0 - 2019-04-04 +### Added +- Support for multiple drinks in `drunk_sum` runnable. +- Sum all the coffees by one command. +- Get drunk sums of some *flavors* in specified time period as list. + +## 0.2.1 - 2019-04-03 +### Fixed +- Compute equal drinker when no top drinkers. + +## 0.2.0 - 2019-03-29 +### Added +- Equal drinkers list that contain equally drunken drinkers. +- Get drunk sum of some *flavor* in specified time period. + +### Changed +- Output of *Top 5 Mate drinkers* to bypass inequalities of equally drunken + drinkers. +- Equal drinkers tests are independent on Top Mate drinkers tests. + ## 0.1.1 - 2019-03-21 ### Fixed - Enable hero comments.