docs/changelog.md in maruku-0.5.2 vs docs/changelog.md in maruku-0.5.3
- old
+ new
@@ -56,13 +56,32 @@
* Other things:
* Created the embryo of an extension system. Please don't use it
yet, as probably the API is bound to change.
- * There are a couple of hidden features...
+ * There are a couple of hidden, unsafe, features that are not enabled by default.
+#### Changes in 0.5.3 #### {#stable}
-#### Changes in 0.5.1 #### {#stable}
+* Features:
+
+ * [All HTML `table` attributes](http://www.w3.org/TR/html4/struct/tables.html#h-11.2.1)
+ can be used (`summary`, `width`, `frame`, `rules`,
+ `border`, `cellspacing`, `cellpadding`).
+
+ The next version will hopefully use all HTML attributes.
+
+ <!-- A version of Markdown that is more Japanese or something -->
+
+* Bug fixes:
+
+ * Crash on this line: (found by Aggelos Orfanakos)
+
+ [test][]:
+
+ * Regression with attribute system (found by Charles)
+
+#### Changes in 0.5.1 ####
* Bug fixes:
* Workaround for Internet Explorer bug:
be very sure that `'` is always written as `'`.