diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-06-19 19:28:58 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-06-19 19:29:18 -0400 |
commit | 64d8e1b14101d973d4412bf50b24be8cfb425627 (patch) | |
tree | 965609811ffdb5f106bb3064087062988bf512e4 /data/doc | |
parent | v5 v6: ao, Symbol to match grouped text open & close (instead of String) (diff) |
v5 v6: ao, introduce way of removing unrecognized tic markers
* this is to provide some forward compatibility with new markup
(unrecognized new tic marks are removed)
* noisy, reports to screen on tics that are to be removed, unless quiet is on
* review
Diffstat (limited to 'data/doc')
-rw-r--r-- | data/doc/sisu/CHANGELOG_v5 | 1 | ||||
-rw-r--r-- | data/doc/sisu/CHANGELOG_v6 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index 010b9189..74dd197e 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -41,6 +41,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.4.1.orig.tar.xz * ao, * regex match for tics "```" followed by space tweaked * Symbol to match grouped text open & close (instead of String) + * introduce way of removing unrecognized tic markers * turn id numbers (for tags) into a hash * code blocks, clean trailing newlines * misc, minorish diff --git a/data/doc/sisu/CHANGELOG_v6 b/data/doc/sisu/CHANGELOG_v6 index ed9bac41..ce7b2e89 100644 --- a/data/doc/sisu/CHANGELOG_v6 +++ b/data/doc/sisu/CHANGELOG_v6 @@ -31,6 +31,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_6.0.8.orig.tar.xz * ao, * regex match for tics "```" followed by space tweaked * Symbol to match grouped text open & close (instead of String) + * introduce way of removing unrecognized tic markers * turn id numbers (for tags) into a hash * code blocks, clean trailing newlines * misc, minorish |