README.md in yard-0.6.5 vs README.md in yard-0.6.6
- old
+ new
@@ -6,12 +6,12 @@
**Git**: [http://github.com/lsegal/yard](http://github.com/lsegal/yard)
**Author**: Loren Segal
**Contributors**: See Contributors section below
**Copyright**: 2007-2011
**License**: MIT License
-**Latest Version**: 0.6.5 (codename "Happy Birthday!")
-**Release Date**: March 13th 2011
+**Latest Version**: 0.6.6 (codename "No codename")
+**Release Date**: April 6th 2011
Synopsis
--------
YARD is a documentation generation tool for the Ruby programming language.
@@ -286,9 +286,15 @@
$ yard graph --protected --full --dependencies
Changelog
---------
+
+- **April.6.11**: 0.6.6 release
+ - Fix error message when RDoc is not present (#270)
+ - Add markup type 'none' to perform basic HTML translation (fallback when RDoc is not present)
+ - Add support for RubyGems 1.7.x (#272)
+ - Fix rendering of `{url description}` syntax when description contains newline
- **March.13.11**: 0.6.5 release
- Support `ripper` gem in Ruby 1.8.7
- Upgrade jQuery to 1.5.1
- Fix handling of alias statements with quoted symbols (#262)