]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

NEWS: Add NEWS file
authordaurnimator <quae@daurnimator.com>
Fri, 27 Jan 2017 01:45:51 +0000 (12:45 +1100)
committerdaurnimator <quae@daurnimator.com>
Fri, 27 Jan 2017 01:46:09 +0000 (12:46 +1100)
NEWS [new file with mode: 0644]

diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..d49c342
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,28 @@
+UNRELEASED
+
+  - Fix timetable normalisation carry bug (#10)
+  - Clean up of docs
+  - No longer throw errors in parse module on error (now return nil, err)
+  - Support version 3 tzfiles
+
+
+0.3 - 2015-01-02
+
+  - Lua 5.3 support
+  - Fix bug in rfc-3339 serialisation (#4)
+
+
+0.2 - 2014-08-29
+
+  - Support for fractional timetable component normalisation
+    e.g. .month=6.5, .day=1 (which could be read as "the first day after the middle of June") normalises to .month=2, .day=16
+  - Top level aliases for common operations
+  - Own implementation of stftime formatting (locales are not yet complete)
+  - Uses ljsyscall for more accurate time when available
+
+
+0.1 - 2013-11-23
+
+  - provides a `os.date` compatible class "timetable"
+  - timezone conversion
+  - rfc3339 parsing