Skip to content

Commit

Permalink
Add changelog for v0.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Sep 22, 2020
1 parent d6175f0 commit feebf6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ repos:
rev: stable
hooks:
- id: black
language_version: python3.7
language_version: python3.8
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release History
===============

0.5.4 (2020-09-22)
------------------

* Add support to restrict a model to a specific database
* Add support for optional pickling of `List` fields (leverage Postgres List support)
* Add support for Overlap operator in SQLAlchemy repo for Postgresql
* Bugfix - Return keys as Strings for `Dict` field
* Add support for storing Array of dictionaries in Postgres JSON column
* Bugfix - Validate unique constraints in Dictionary repo
* Bugfix - Fix broken Entity construction from Elasticsearch model

0.5.3 (2020-08-17)
------------------

Expand Down

0 comments on commit feebf6e

Please sign in to comment.