From 42798178aece4165ec372f66ec3dda99c7341d2e Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 4 May 2023 15:26:48 -0400 Subject: [PATCH] Update changelog for version 1.3.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c235d7f..2077626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ See also: [Github Release Page](https://github.com/enpaul/peewee-plus/releases). +## Version 1.3.0 + +View this release on: [Github](https://github.com/enpaul/peewee-plus/releases/tag/1.3.0), +[PyPI](https://pypi.org/project/peewee-plus/1.3.0/) + +- Add field for storing Datetime Timedeltas +- **BREAKING CHANGE**: Update `JSONField` to raise `ValueError` instead of + `IntegrityError` on bad data write +- Update tests to account for more cases and test public API validity + ## Version 1.2.1 View this release on: [Github](https://github.com/enpaul/peewee-plus/releases/tag/1.2.1),