]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 13 Apr 2023 18:34:43 +0000 (18:34 +0000)
committergithub-actions <github-actions@github.com>
Thu, 13 Apr 2023 18:34:43 +0000 (18:34 +0000)
docs/en/docs/release-notes.md

index 9f3cd5a328bc9c0fc2d3562daa83a4edd0d62bf1..a44153ca7f60e5aa66240fec7bd8ee2bb726d5d1 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* ✏️ Fix format, remove unnecessary asterisks in `docs/en/docs/help-fastapi.md`. PR [#9249](https://github.com/tiangolo/fastapi/pull/9249) by [@armgabrielyan](https://github.com/armgabrielyan).
 * ✏ Fix typo in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#9272](https://github.com/tiangolo/fastapi/pull/9272) by [@nicornk](https://github.com/nicornk).
 * ✏ Fix typo/bug in inline code example in `docs/en/docs/tutorial/query-params-str-validations.md`. PR [#9273](https://github.com/tiangolo/fastapi/pull/9273) by [@tim-habitat](https://github.com/tim-habitat).
 * ✏ Fix typo in `docs/en/docs/tutorial/path-params-numeric-validations.md`. PR [#9282](https://github.com/tiangolo/fastapi/pull/9282) by [@aadarsh977](https://github.com/aadarsh977).