@@ -18,13 +18,19 @@ endif::[]
1818===== Bug fixes
1919////
2020
21- === Unreleased
22-
23- https://github.com/elastic/apm-agent-python/compare/v5.3.1\...master[Check the diff]
21+ //=== Unreleased
2422
2523// Unreleased changes go here
2624// When the next release happens, nest these changes under the "Python Agent version 5.x" heading
2725
26+ [[release-notes-5.x]]
27+ === Python Agent version 5.x
28+
29+ [[release-notes-5.4.0]]
30+ ==== v5.4.0
31+
32+ https://github.com/elastic/apm-agent-python/compare/v5.3.3\...v5.4.0[Check the diff]
33+
2834[float]
2935===== Deprecations
3036
@@ -34,11 +40,11 @@ This will be the last minor release to support the following versions:
3440 * Django 1.8, 1.9 and 1.10
3541 * Flask < 1.0
3642
37- In addition, as of this release we only supported capturing extended
38- information on elasticsearch queries when using keyword arguments with the
39- elasticsearch-py API. This is in keeping with the
40- https://elasticsearch-py.readthedocs.io/en/master/api.html#api-documentation[upstream policy]
41- of positional arguments being unsupported. {pull}697[#697]
43+ In addition, as of this release we only supported capturing extended
44+ information on Elasticsearch queries when using keyword arguments with the
45+ elasticsearch-py API. This is in keeping with the
46+ https://elasticsearch-py.readthedocs.io/en/master/api.html#api-documentation[upstream policy]
47+ of positional arguments being unsupported. {pull}697[#697]
4248
4349[float]
4450===== New Features
@@ -59,9 +65,6 @@ This will be the last minor release to support the following versions:
5965 * introduced workaround to avoid instrumenting twice in rare cases (#708)
6066
6167
62- [[release-notes-5.x]]
63- === Python Agent version 5.x
64-
6568[[release-notes-5.3.3]]
6669==== v5.3.3
6770
0 commit comments