Cut v0.4.0.

This commit is contained in:
beorn7 2015-04-08 18:08:22 +02:00
parent 63acb006f7
commit 97d2bf50bf
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## 0.4.0 / 2015-04-08
* [CHANGE] Return NaN when Summaries have no observations yet.
* [BUGFIX] Properly handle Summary decay upon Write().
* [BUGFIX] Fix the documentation link to the consumption library.
* [FEATURE] Allow the metric family injection hook to merge with existing
metric families.
* [ENHANCEMENT] Removed cgo dependency and conditional compilation of procfs.
* [MAINTENANCE] Adjusted to changes in matttproud/golang_protobuf_extensions.
## 0.3.2 / 2015-03-11
* [BUGFIX] Fixed the receiver type of COWMetric.Set(). This method is
only used by the Prometheus server internally.

View File

@ -1 +1 @@
0.3.2
0.4.0