summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 821d9e1..aaeaf0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
NEWS for jt
===========
+Version 0.3, released 2014-11-22
+--------------------------------
+
+* New person pages use `link(.)` instead of hardcoding the path to the
+ page.
+* There is now a rudimentary acceptance test suite for some of the
+ functionality of the program.
+* There is a new command, `jt new-topic FOO`, which creates a topic page.
+ The `jt new` command now accepts a `--topic=FOO` option to
+ automatically add a link to a topic page when creating a new journal
+ note.
+* The `--layout` option has been dropped, breaking compatibility with
+ some users at Codethink. Sorry. This can be added back, given
+ patches (incl. to test suite), but it was easier to drop it when
+ refactoring, given how lazy I am.
+
Version 0.2, released 2014-11-07
-----------------------------