Updates changelog

This commit is contained in:
Ilan Steemers
2020-07-02 13:50:58 +02:00
parent 6e4c32ca9d
commit f8479741bf

View File

@@ -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)