]> rtime.felk.cvut.cz Git - hubacji1/coffee-getter.git/blobdiff - CHANGELOG.md
Merge branch 'feature/drank-sum'
[hubacji1/coffee-getter.git] / CHANGELOG.md
index e9e8816ce4595b14f76935d142f343b4d54f7871..b08713d4a40dadf0c53040e11b16e69b6b3999c3 100644 (file)
@@ -9,6 +9,26 @@ The format is based on [Keep a Changelog][] and this project adheres to
 
 ## Unreleased
 ### 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.
+
+## 0.1.0 - 2019-03-21
+### Added
 - Changelog, license, readme.
 - Config module for retrieving configuration.
 - Module for accessing database.
+- Coffeebot Getter module:
+    - Basic interface to config, database.
+    - Send message to Slack.
+- Top 5 Mate drinkers loader.
+- Top 5 Mate drinkers runnable.
+- Documentation about database, getter, runnables, and systemd timers.