diff --git a/CHANGES.md b/CHANGES.md index 03390c50..bde9a5ab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,11 @@ +## 0.16 + +- feat: add `Request.client_addr` accessor +- feat: add `tiny_httpd.prometheus`, a simple sub-library + to expose [prometheus](https://prometheus.io) metrics over HTTP. +- feat: add optional dependency on `logs` + ## 0.15 - fix: do not block in `accept`, enabling more graceful shutdown