diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-01-23 22:27:56 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-01-23 22:27:56 +0100 |
commit | 1adf27e012dfdf9568dad030cbf25878c2dac1b5 (patch) | |
tree | d8486eb6bddd5b296ed8d31f087a8065bedfd1ca /Changelog | |
parent | 957026b07dad416e26a51b30d168794b17e5e39f (diff) |
version bump0.03
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 |