From ac5f0fa70c6a8d618c9a0e451f754b78448eadce Mon Sep 17 00:00:00 2001 From: Florian Knigge <33926860+Kniggebrot@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:59:26 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ab73cea..a1167f4 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,11 @@ This project is released under the [Apache License 2.0](http://www.apache.org/li Changelog --------- +**2024-10-25** + +* `L` allowed multiple times in day-of-month (DOM) and day-of-week (DOW): Can be used in lists, additionally in DOM alongside W values such as `LW` or `10W`, but not `L-3W` +* `L` with offset possible in DOW (L-*x*) -> Sets day *x* days before Sunday + **2022-11-22** * `W` allowed multiple times for day-of-month (DOM): Multiple days with a `W` flag can now be used simultaneously, also together with `LW`.