summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-01-23 22:27:56 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-01-23 22:27:56 +0100
commit1adf27e012dfdf9568dad030cbf25878c2dac1b5 (patch)
treed8486eb6bddd5b296ed8d31f087a8065bedfd1ca /Changelog
parent957026b07dad416e26a51b30d168794b17e5e39f (diff)
version bump0.03
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog11
1 files changed, 9 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 54b3a33..e49fc31 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,13 @@
-git HEAD
+Travel::Status::DE::URA 0.03 - Thu Jan 23 2014
- * Travel::Status::DE::URE::Result: Fix countdown_sec accessor
+ * Result: Relative times (countdown, countdown_sec) are now computed
+ relative to the creation of their Travel::Status::DE::URA object. They
+ used to be relative to the call of the "results" function.
+ * Result: Fix countdown_sec accessor
+ * Result: Do DateTime math on demand, not when
+ creating the object. Halves the average runtime, though this depends
+ on the amount of results used by the application (the more results
+ are used, the less notable the performance gain will be)
Travel::Status::DE::URA 0.02 - Thu Dec 26 2013