]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 19 Jul 2020 12:25:15 +0000 (14:25 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 19 Jul 2020 12:25:28 +0000 (14:25 +0200)
docs/en/docs/release-notes.md

index cad9805daa4b61b091995dfb41cf25f7e1aaec90..8298c1a1845b87f51269b7bc59ff1c4bf0b6fcb1 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Add XML test coverage to support GitHub Actions. PR [#1737](https://github.com/tiangolo/fastapi/pull/1737).
 * Update badges and remove Travis now that GitHub Actions is the main CI. PR [#1736](https://github.com/tiangolo/fastapi/pull/1736).
 * Add GitHub Actions for CI, move from Travis. PR [#1735](https://github.com/tiangolo/fastapi/pull/1735).
 * Add support for adding OpenAPI schema for GET requests with a body. PR [#1626](https://github.com/tiangolo/fastapi/pull/1626) by [@victorphoenix3](https://github.com/victorphoenix3).