]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:pencil2: Fix typo in release notes 0.6.2
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 Feb 2019 21:12:33 +0000 (01:12 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 23 Feb 2019 21:12:33 +0000 (01:12 +0400)
docs/release-notes.md

index 8635b2b2dca2e762df0586d94d8aa97271815225..bd1c125cbbc8ccca5cd767b6a5d3b137e9776391 100644 (file)
@@ -2,7 +2,7 @@
 
 ## 0.6.2
 
-* Introduce new project generator based on FastAPI and PostgreSQL<a href="https://github.com/tiangolo/full-stack-fastapi-postgresql" target="_blank">https://github.com/tiangolo/full-stack-fastapi-postgresql</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/52" target="_blank">#52</a>.
+* Introduce new project generator based on FastAPI and PostgreSQL<a href="https://github.com/tiangolo/full-stack-fastapi-postgresql" target="_blank">https://github.com/tiangolo/full-stack-fastapi-postgresql</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/52" target="_blank">#52</a>.
 
 * Update <a href="https://fastapi.tiangolo.com/tutorial/sql-databases/" target="_blank">SQL tutorial with SQLAlchemy, using `Depends` to improve editor support and reduce code repetition</a>. PR <a href="https://github.com/tiangolo/fastapi/pull/52" target="_blank">#52</a>.