update changelog

This commit is contained in:
collerek
2020-10-27 18:22:06 +01:00
parent 8b37a14131
commit e4221d6d16

View File

@ -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 # 0.3.8
* Added possibility to provide alternative database column names with name parameter to all fields. * Added possibility to provide alternative database column names with name parameter to all fields.
@ -43,3 +50,6 @@ Add queryset level methods
# 0.3.0 # 0.3.0
* Added ManyToMany field and support for many to many relations * Added ManyToMany field and support for many to many relations
[#19]: https://github.com/collerek/ormar/issues/19