]> rtime.felk.cvut.cz Git - hubacji1/coffee-getter.git/blobdiff - CHANGELOG.md
Update drunk sum runnable with drunk list
[hubacji1/coffee-getter.git] / CHANGELOG.md
index 88f3c843e77be6c70d3eafa0b4616f2e5310db90..75df2043a61cad452381a1ef9a8d25540a9217af 100644 (file)
@@ -8,6 +8,24 @@ The format is based on [Keep a Changelog][] and this project adheres to
 [Semantic Versioning]: http://semver.org/
 
 ## Unreleased
+### 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