diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..81e8323 --- /dev/null +++ b/HISTORY.md @@ -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