ChangeLog in kramdown-0.13.2 vs ChangeLog in kramdown-0.13.3
- old
+ new
@@ -1,4 +1,200 @@
+commit 91889069d843273d5847330cdce4b1068e74108f
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Fri May 6 15:39:50 2011 +0200
+
+ Fixed problems with running tests
+
+lib/kramdown/utils/ordered_hash.rb
+test/test_files.rb
+
+commit fb83e9d8534b7f2b6f3143e9f394bc3c03c3e219
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Fri May 6 15:17:22 2011 +0200
+
+ Updated benchmark graphs
+
+doc/img/graph-jruby-1.5.3-249.png
+doc/img/graph-jruby-1.6.0-330.png
+doc/img/graph-ruby-1.8.5-231.png
+doc/img/graph-ruby-1.8.6-399.png
+doc/img/graph-ruby-1.8.7-249.png
+doc/img/graph-ruby-1.8.7-302.png
+doc/img/graph-ruby-1.9.2p136-136.png
+doc/tests.page
+
+commit 05865df588767fa89996282719ab4a9302ab01a7
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Fri May 6 15:07:36 2011 +0200
+
+ Updated release notes and version for release
+
+doc/index.page
+doc/news/release_0_13_3.page
+doc/news/release_0_X_X.page
+lib/kramdown/version.rb
+
+commit 9766c5c47e45bff0b92e96e5b6dc926cfb219941
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Thu May 5 17:45:34 2011 +0200
+
+ Nicer HTML block element output in kramdown converter
+
+lib/kramdown/converter/kramdown.rb
+
+commit c40c34b28de32114d4b62a5e0ff6858209eae8f4
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Thu May 5 17:45:07 2011 +0200
+
+ Fixed kramdown converter to correctly output table cells with attributes
+
+doc/news/release_0_X_X.page
+lib/kramdown/converter/kramdown.rb
+
+commit 3317b5ebf72ba96423c643275ee40bee54a57de9
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Thu May 5 17:42:33 2011 +0200
+
+ Fixed HTML-to-native conversion of unsupported HTML elements
+
+ The conversion of HTML elements that have no native representation was
+ flawed because they were processed like elements with a native
+ representation.
+
+doc/news/release_0_X_X.page
+lib/kramdown/parser/html.rb
+test/testcases/block/09_html/content_model/tables.html
+test/testcases/block/09_html/content_model/tables.text
+test/testcases/block/09_html/html_to_native/emphasis.html
+test/testcases/block/09_html/html_to_native/table_normal.html
+test/testcases/block/09_html/html_to_native/table_simple.html
+
+commit b598a800dad68766b728545a0c1137eee33ac36a
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Thu May 5 17:31:34 2011 +0200
+
+ Updated HTML parser to support more HTML5 elements
+
+doc/news/release_0_X_X.page
+lib/kramdown/parser/html.rb
+
+commit 7a6512cd034f4ff11f2b8a5d63d8aafdb07df95d
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Mon May 2 15:28:33 2011 +0200
+
+ Table cell alignments in HTML are now done using a style attribute on the cells
+
+doc/news/release_0_X_X.page
+lib/kramdown/converter/html.rb
+lib/kramdown/parser/html.rb
+test/testcases/block/14_table/header.html
+
+commit 09b538a79b8074dfd6b1e31bf0390b5906c1da0e
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Sat Apr 30 08:05:14 2011 +0200
+
+ Fixed problem with footnotes in LaTeX tables
+
+ The tabular environment doesn't support footnotes in LaTeX tables.
+ Therefore tables are now set using the longtable environment.
+
+data/kramdown/document.latex
+doc/news/release_0_X_X.page
+lib/kramdown/converter/latex.rb
+test/testcases/block/14_table/table_with_footnote.html
+test/testcases/block/14_table/table_with_footnote.latex
+test/testcases/block/14_table/table_with_footnote.text
+
+commit 33d07594485db205c327e9ace467538bd61d40c2
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Thu Apr 28 17:27:06 2011 +0200
+
+ Fixed problems and inconsistencies in quick reference
+
+Rakefile
+doc/default.scss.css
+doc/news/release_0_X_X.page
+doc/quickref.page
+
+commit a0816c07176b3951a0d43908c581e45c61ea7468
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Thu Apr 28 17:24:16 2011 +0200
+
+ Fixed problem with block HTML tag being treated as header text
+
+doc/news/release_0_X_X.page
+lib/kramdown/parser/kramdown.rb
+test/testcases/block/09_html/html_and_headers.html
+test/testcases/block/09_html/html_and_headers.text
+
+commit ebd006a9a6bc0d576420fe4bc137f6315af4c079
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Mon Apr 25 22:47:57 2011 +0200
+
+ Removed all <tt> tags from RDoc comments
+
+lib/kramdown/converter/base.rb
+lib/kramdown/converter/html.rb
+lib/kramdown/converter/latex.rb
+lib/kramdown/document.rb
+lib/kramdown/parser/base.rb
+lib/kramdown/parser/html.rb
+lib/kramdown/parser/kramdown.rb
+lib/kramdown/parser/kramdown/extensions.rb
+lib/kramdown/parser/kramdown/link.rb
+lib/kramdown/utils/html.rb
+
+commit 054aa7f5d610731ba13b326d5beca11a967d2c8a
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Thu Apr 28 17:46:42 2011 +0200
+
+ Fixed bug in LaTeX image converter
+
+doc/news/release_0_X_X.page
+lib/kramdown/converter/latex.rb
+
+commit e1b83c85f9ae1f98f0305b1e8f8b3ce201fe3d4b
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Thu Apr 28 17:41:40 2011 +0200
+
+ Fixed place where the document tree was modified during conversion
+
+doc/news/release_0_X_X.page
+lib/kramdown/converter/kramdown.rb
+test/test_files.rb
+
+commit 3a4aa5e3cafcc9d4c7922c31cda92430edb6b0ad
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Mon Apr 25 18:04:42 2011 +0200
+
+ Added OrderedHash#dup
+
+doc/news/release_0_X_X.page
+lib/kramdown/utils/ordered_hash.rb
+
+commit 23fdb20ad7604271d21c63ee8b9b4a3092872bb8
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Fri Mar 4 15:26:44 2011 +0100
+
+ Adapted table parser patch from Masahiro Kitajima
+
+ * "|a|`b`" was parsed as "|a`b`"
+ * error condition occured when parsing "|`a`"
+
+doc/news/release_0_X_X.page
+lib/kramdown/parser/kramdown/table.rb
+test/testcases/block/14_table/simple.html
+test/testcases/block/14_table/simple.html.19
+test/testcases/block/14_table/simple.text
+
+commit 9d0a09e8273ee6bd366bd61eab2b072102c40a9b
+Author: Thomas Leitner <t_leitner@gmx.at>
+Date: Fri Mar 4 14:50:37 2011 +0100
+
+ Added release notes file
+
+doc/news/release_0_X_X.page
+
commit d26fde6293ac67157f58cc64339085e0a6bc2fc3
Author: Thomas Leitner <t_leitner@gmx.at>
Date: Mon Feb 21 18:05:33 2011 +0100
Updated docs/version file for bug fix release