From 8ba359a9f5e340722cc83099e88e3fe7b48a11bd Mon Sep 17 00:00:00 2001 From: Tim Schwenke Date: Sun, 10 Mar 2024 12:17:23 +0100 Subject: [PATCH] docs: Change type of change to feature --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9372baa..86f594e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,12 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0). ## Unreleased -### Changed +### Added - Relaxed type of `get_route_name` argument to `HTTPConnection`. This allows developers to use the `get_route_name` function for getting the name of websocket routes as well. Thanks to [@pajowu](https://github.com/pajowu) for - proposing and implementing this change in + proposing and implementing this feature in [#276](https://github.com/trallnag/prometheus-fastapi-instrumentator/pull/276). ### Removed