Add release notes

This commit is contained in:
Johan Tibell 2011-12-31 18:48:07 -08:00
parent 2a77b569c5
commit aef1e86114

26
HISTORY.md Normal file
View file

@ -0,0 +1,26 @@
## 0.3.0.0 (2011-12-31)
* Add gauges and change counters to always be monotonically increasing
* Add web interface column headers
* Reorganize the web interface to show counters and gauges in separate sections
* Change REST API to allow separate access to counters and gauges
* Return the server time in the JSON response it and use server time
instead of client time when graphing
* Make it possible to graph user-defined counters and gauges
## 0.2.0.0 (2011-12-30)
* Add user-defined counters
* Suppress Snap logging to stdio
* Add REST-style API for accessing single counters
## 0.1.0.0 (2011-12-27)
* First EKG release