=================================================================== RCS file: /cvs/pod2mdoc/index.xml,v retrieving revision 1.3 retrieving revision 1.5 diff -u -p -r1.3 -r1.5 --- pod2mdoc/index.xml 2014/04/03 11:55:01 1.3 +++ pod2mdoc/index.xml 2014/07/11 09:27:24 1.5 @@ -56,17 +56,26 @@ hasn't already been covered in the manual.

- New in version @VERSION@... + New in version 0.0.12 (July 11, 2014)

- Render the NAME and SYNOPSIS sections intelligently into mdoc(7). - Also properly format the L<> escape with the proper macros. - All of these are documented in the Smarts section of the manual. + Render B<NULL> as .Dv NULL. + Correctly check the number of arguments. + Show the usage() message if there are too many arguments. + Mention the optional "file" argument in the usage() message.

+

+ New in version 0.0.11 (April 7, 2014) +

+

+ Properly render #include in the SYNOPSIS with In. + Handle nested escape codes in L<> links (and ignore them). + Properly consume whitespace following X<> and N<>. +