From 29808554e82de1e8229554fee20007cbf742be80 Mon Sep 17 00:00:00 2001 From: Alexey Alekhin Date: Wed, 13 Nov 2013 17:51:25 +0100 Subject: [PATCH] Added 0.3.0 release notes --- notes/0.3.0.markdown | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 notes/0.3.0.markdown diff --git a/notes/0.3.0.markdown b/notes/0.3.0.markdown new file mode 100644 index 0000000..6592504 --- /dev/null +++ b/notes/0.3.0.markdown @@ -0,0 +1,5 @@ +* Restructured project: separated different components +* Added (optional) **navigation index** to the generated markdown +* Changed interface to use File/Path everywhere +* Changed type of literateFile/Dir: now it returns error messages if there are any +* Changed default docs destination from docs/code to docs/src