Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbe committed May 1, 2014
1 parent c8831e5 commit 9a6e426
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGES.md
@@ -1,3 +1,23 @@
## 0.4.0.0 (2014-05-01)

* Lots of the internals were split off into a new package, ekg-core.

* The `Gauge.modify` function was removed, as it can't be supported
by the new, more efficient implementation of gauges.

* The JSON API was significantly overhauled. The the Haddock
documentation for details.

* The metric store used internally by the server is now exposed and
can be used to share the same metric store between ekg and e.g.
ekg-statsd.

* It's now possible to provide a custom metric store to the server.

* The getDistribution function was added.

* The UI now has less special treatment for built-in metrics.

## 0.3.1.3 (2013-02-22)

* Fixed security issue where ekg would always listen to all incoming
Expand Down

0 comments on commit 9a6e426

Please sign in to comment.