Documentation

This commit is contained in:
Itai Shirav 2017-10-30 15:49:53 +02:00
parent fa3f96e464
commit 7712b3fee0

View File

@ -7,6 +7,8 @@ Unreleased
- Added RunPython and RunSQL migrations (M1hacka)
- Allow ISO-formatted datetime values (tsionyx)
- Show field name in error message when invalid value assigned (tsionyx)
- Bug fix: select query fails when query contains '$' symbol (M1hacka)
- Prevent problems with AlterTable migrations related to field order (M1hacka)
v0.9.7
------