Skip to content

Commit 97d2bf5

Browse files
author
beorn7
committed
Cut v0.4.0.
1 parent 63acb00 commit 97d2bf5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.4.0 / 2015-04-08
2+
* [CHANGE] Return NaN when Summaries have no observations yet.
3+
* [BUGFIX] Properly handle Summary decay upon Write().
4+
* [BUGFIX] Fix the documentation link to the consumption library.
5+
* [FEATURE] Allow the metric family injection hook to merge with existing
6+
metric families.
7+
* [ENHANCEMENT] Removed cgo dependency and conditional compilation of procfs.
8+
* [MAINTENANCE] Adjusted to changes in matttproud/golang_protobuf_extensions.
9+
110
## 0.3.2 / 2015-03-11
211
* [BUGFIX] Fixed the receiver type of COWMetric.Set(). This method is
312
only used by the Prometheus server internally.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.2
1+
0.4.0

0 commit comments

Comments
 (0)