]> git.netwichtig.de Git - user/henk/code/snooze.git/commitdiff
NEWS.md: add, update for 0.2
authorLeah Neukirchen <leah@vuxu.org>
Tue, 29 Aug 2017 15:54:02 +0000 (17:54 +0200)
committerLeah Neukirchen <leah@vuxu.org>
Tue, 29 Aug 2017 15:54:02 +0000 (17:54 +0200)
NEWS.md [new file with mode: 0644]

diff --git a/NEWS.md b/NEWS.md
new file mode 100644 (file)
index 0000000..dc7f78b
--- /dev/null
+++ b/NEWS.md
@@ -0,0 +1,13 @@
+## HEAD
+
+## 0.2 (2017-08-29)
+
+* Bug: Enforce POSIX option processing (stop argument parsing after
+  first nonoption).
+* Bug: off-by-one during week of year parsing.
+* Bug: in a leap year, finding the next event can take longer than 365 days.
+* Feature: `-X/` now works like `-X*` for all time fields.
+
+## 0.1 (2016-01-05)
+
+* Initial release