From e4221d6d16dd73e081b57c4eac6bd71c86c815f3 Mon Sep 17 00:00:00 2001 From: collerek Date: Tue, 27 Oct 2020 18:22:06 +0100 Subject: [PATCH] update changelog --- docs/releases.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/releases.md b/docs/releases.md index c674fdb..75c68ae 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,3 +1,10 @@ +# 0.3.9 + +* Fix json schema generation as of [#19][#19] +* Fix for not initialized ManyToMany relations in fastapi copies of ormar.Models +* Update docs in regard of fastapi use +* Add tests to verify fastapi/docs proper generation + # 0.3.8 * Added possibility to provide alternative database column names with name parameter to all fields. @@ -42,4 +49,7 @@ Add queryset level methods # 0.3.0 -* Added ManyToMany field and support for many to many relations \ No newline at end of file +* Added ManyToMany field and support for many to many relations + + +[#19]: https://github.com/collerek/ormar/issues/19 \ No newline at end of file