Skip to content

Commit

Permalink
docs: Emphasize some things
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Mar 13, 2024
1 parent 3e3d953 commit c0813de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anymore. Beyond that, three improvements based on various pull requests.

### Added

- Instrumentator now works without FastAPI. This is possible because every
- **Instrumentator now works without FastAPI**. This is possible because every
FastAPI app is also a Starlette app (but not the other way around). Or to be
more specific: FastAPI uses Starlette for things like routing and middleware
this package relies on. The change is backwards compatible, even type checkers
Expand Down Expand Up @@ -44,7 +44,7 @@ anymore. Beyond that, three improvements based on various pull requests.
and implementing it in
[#290](https://github.com/trallnag/prometheus-fastapi-instrumentator/pull/290).

- Relaxed type of `get_route_name` argument to `HTTPConnection`. This allows
- **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 feature in
Expand Down

0 comments on commit c0813de

Please sign in to comment.