From 1b66e4381f91bfefd39f7650d532773fae80677f Mon Sep 17 00:00:00 2001 From: Ash Berlin Date: Sat, 9 Jun 2012 11:56:36 +0100 Subject: [PATCH] Be more explicit about what the changes/fixes were. --- Changes.markdown | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Changes.markdown b/Changes.markdown index 4a0800e3..915d3ac3 100644 --- a/Changes.markdown +++ b/Changes.markdown @@ -2,6 +2,15 @@ ## HEAD +- Fix for anchors enclosed by parenthesis (issue #46) - `npm test` will now run the entire test suite cleanly. (switch tests over to - node-tap). Issue #21 -- Fixes for issues #40, #28, #35, #42, #43, #44, #24, #37, #5, #36, #38, #27 \ No newline at end of file + node-tap). (#21) +- Allow inline elements to appear inside link text (#27) +- Improve link parsing when link is inside parenthesis (#38) +- Actually render image references (#36) +- Improve link parsing when multiple on a line (#5) +- Make it work in IE7/8 (#37) +- Fix blockquote merging/implicit conversion between string/String (#44, #24) +- md2html can now process stdin (#43) +- Fix jslint warnings (#42) +- Fix to correctly render self-closing tags (#40, #35, #28) \ No newline at end of file