docs/changelog.md in maruku-0.5.5 vs docs/changelog.md in maruku-0.5.6

- old
+ new

@@ -1,18 +1,41 @@ CSS: style.css LaTeX CJK: true HTML use syntax: true +<!-- #### Changes in the development version (**not yet released**) #### {#last} --> -[Jacques Distler]: http://golem.ph.utexas.edu/~distler -[itex2MML]: http://golem.ph.utexas.edu/~distler/blog/itex2MML.html -[math]: http://rubyforge.maruku.org/math.html +#### Changes in 0.5.6 #### {#stable} -#### Changes in the development version (**not yet released**) #### {#last} +* News: -#### Changes in 0.5.5 #### {#stable} + - Now Maruku is in the official Gentoo Portage tree (done by [Aggelos Orfanakos]) + +* New stuff: + - Attribute `maruku_signature` defaults to false. (many people asked this) + - unittests scripts are included in the distribution. + - New attribute `filter_html`: if true, raw HTML/XML is discarded. (asked by Marik) + - Command line: if output file is `-`, Maruku writes to stdout. + +* Bug fixes: + + * Another tiny bug in HTML parsing. + * In latex, `\linebreak` was used instead of `\newline` (reported by Sam Kleinman) + * Fixed bug with non-alpha numeric characters in ref.ids (reported by Aggelos Orfanakos) + + +* Pending bugs/feature requests: + + - Maruku does not allow 3-space indented lists. + - Lists item whose first character is UTF8 are not recognized (reported by Aggelos Orfanakos) + - Maruku cannot output `"`-delimited attributes, because `REXML` does not support it. + +[Aggelos Orfanakos]: http://agorf.gr/ + +#### Changes in 0.5.5 #### + * Features: * Input of HTML numeric entities: Examples of numeric character references include &#169; or &#xA9; @@ -231,9 +254,16 @@ * The `add_whitespace` method took too much time -- it was O(n^2). * Added unit-tests for block-level elements. [rdoc]: http://maruku.rubyforge.org/rdoc/ [meta]: http://maruku.rubyforge.org/proposal.html + + + +[Jacques Distler]: http://golem.ph.utexas.edu/~distler +[itex2MML]: http://golem.ph.utexas.edu/~distler/blog/itex2MML.html +[math]: http://rubyforge.maruku.org/math.html + #### Changes in 0.3 #### * A real parser is used instead of a regexp-based system, also for span-level elements.