=================================================================== RCS file: /cvs/docbook2mdoc/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- docbook2mdoc/NEWS 2019/04/24 18:52:13 1.2 +++ docbook2mdoc/NEWS 2019/04/29 11:14:08 1.3 @@ -1,3 +1,14 @@ +Changes in version 1.0.2, released on April 29, 2019 + + --- NEW PARSER FEATURES --- + * Handle : better formatting of many non- documents. + * Handle like
. + * Explicitly ignore . + --- STRUCTURAL IMPROVEMENTS --- + * Start a new module reorg.c, to edit and move around nodes. + * Provide a new function pnode_alloc_text() to generate a text node. + * Introduce an xmalloc.c module to automatically exit when out of memory. + Changes in version 1.0.1, released on April 24, 2019 --- NEW PARSER FEATURES ---