We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0787c9 commit 7eb0950Copy full SHA for 7eb0950
1 file changed
CHANGELOG.md
@@ -2,6 +2,8 @@ Changelog
2
=========
3
4
## head
5
+
6
+## 5.0.0 2021-01-13
7
* Add Tag support: suffix-octothorpe, infix-comma, infix-semicolon (GH-53)
8
* Remove previously deprecated NoopClient. Use a nil `*Client` Statter as a
9
replacement, if needed. Ex:
@@ -12,7 +14,6 @@ Changelog
12
14
err = client.Inc("stat1", 42, 1.0)
13
15
```
16
-
17
## 4.0.0 2020-11-05
18
* Fix go.mod versioning. (GH-51,GH-52)
19
* Bump major version for go.mod change, just in an attempt to be safer
0 commit comments