We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1131b3c commit 831418aCopy full SHA for 831418a
docs/release-notes.md
@@ -3,6 +3,12 @@ hide: navigation
3
toc_depth: 2
4
---
5
6
+## 0.38.4 (September 1, 2024)
7
+
8
+#### Fixed
9
10
+* Ensure accurate `root_path` removal in `get_route_path` function [#2600](https://github.com/encode/starlette/pull/2600).
11
12
## 0.38.3 (September 1, 2024)
13
14
#### Added
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.38.3"
+__version__ = "0.38.4"
0 commit comments