From f8479741bfccfc920aa2027452b11f914fa4ea6d Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Thu, 2 Jul 2020 13:50:58 +0200 Subject: [PATCH] Updates changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4999796..e94b2c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [v1.3.0](https://github.com/koed00/django-q/tree/v1.3.0) (2020-07-02) + +[Full Changelog](https://github.com/koed00/django-q/compare/v1.2.4...v1.3.0) + +**Closed issues:** + +- Ability to customize schedule creation [\#451](https://github.com/Koed00/django-q/issues/451) +- ERROR: django-picklefield 3.0.1 has requirement Django\>=2.2, but you'll have django 1.11.10 which is incompatible. [\#445](https://github.com/Koed00/django-q/issues/445) +- \[Error\] select\_for\_update cannot be used outside of a transaction. [\#434](https://github.com/Koed00/django-q/issues/434) + +**Merged pull requests:** + +- Support for Cron expressions [\#452](https://github.com/Koed00/django-q/pull/452) ([Koed00](https://github.com/Koed00)) +- Updates packages [\#450](https://github.com/Koed00/django-q/pull/450) ([Koed00](https://github.com/Koed00)) +- Adds hint, some linting and a release drafter [\#449](https://github.com/Koed00/django-q/pull/449) ([Koed00](https://github.com/Koed00)) +- Use 'force\_str' instead of deprecated 'force\_text' [\#448](https://github.com/Koed00/django-q/pull/448) ([edouardtheron](https://github.com/edouardtheron)) +- \[cleanup\] Few cleanup commit for linting and migrations [\#447](https://github.com/Koed00/django-q/pull/447) ([Djailla](https://github.com/Djailla)) + ## [v1.2.4](https://github.com/koed00/django-q/tree/v1.2.4) (2020-06-10) [Full Changelog](https://github.com/koed00/django-q/compare/v1.2.3...v1.2.4)