summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md (renamed from CHANGES)14
1 files changed, 12 insertions, 2 deletions
diff --git a/CHANGES b/CHANGELOG.md
index e631a77..c488438 100644
--- a/CHANGES
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
-Statsd Changelog
-================
+# Statsd Changelog
+
+## Unreleased
+
+### Added
+
+- Updates support to Python 3.7 through 3.11.
+- Added `close()` method to UDP-based `StatsClient`. (#136)
+
+### Dropped
+
+- Drops support for Python 2.
Version 3.3
-----------