Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 1.15 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.1.0 - 2017-05-06

Changed

  • Fixed SQLAlchemyUserMixin.extra_data not saving updated values (Issue #2)

1.0.1 - 2017-01-29

Changed

  • Fixed partial instance deletion

1.0.0 - 2017-01-22

Added

  • Added partial pipeline db storage solution

Changed

  • Fixed the JSON pickler implementation to complain SQLAlchemy invocation of the dumps method

0.0.1 - 2016-11-27

Changed