summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2021-04-08 10:41:16 +0200
committerMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2021-04-08 10:41:16 +0200
commit93553949fe56b44db131a2c9fb32bac7360a04b9 (patch)
treeb4469f3d630db9cd01fd5ef8332e5f11b3a1a27c
parent4b43649d69ff177d31579a7b04cc6f0ca62cc8c6 (diff)
downloadcroniter-93553949fe56b44db131a2c9fb32bac7360a04b9.tar.gz
fixchanges
-rw-r--r--docs/CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CHANGES.rst b/docs/CHANGES.rst
index 8fd6142..b81faca 100644
--- a/docs/CHANGES.rst
+++ b/docs/CHANGES.rst
@@ -11,7 +11,7 @@ Changelog
-------------------
- fix bug: bad case:``0 6 30 3 *``
- [zed2015]
+ [zed2015(zhangchi)]
- Add support for ``L`` in the day_of_week component. This enable expressions like ``* * * * L4``, which means last Thursday of the month. This resolves #159.
[Kintyre]
- Create ``CroniterUnsupportedSyntaxError`` exception for situations where CRON syntax may be valid but some combinations of features is not supported.