README.md in yard-0.8.5.2 vs README.md in yard-0.8.6
- old
+ new
@@ -5,12 +5,12 @@
**Git**: [http://github.com/lsegal/yard](http://github.com/lsegal/yard)
**Author**: Loren Segal
**Contributors**: See Contributors section below
**Copyright**: 2007-2013
**License**: MIT License
-**Latest Version**: 0.8.5.2
-**Release Date**: February 26th 2013
+**Latest Version**: 0.8.6
+**Release Date**: April 13th 2013
## Synopsis
YARD is a documentation generation tool for the Ruby programming language.
It enables the user to generate consistent, usable documentation that can be
@@ -280,9 +280,16 @@
$ yard graph --protected --full --dependencies
## Changelog
+
+- **April.13.13**: 0.8.6 release
+ - Various fixes and improved Ruby 2.x compatibility support
+ - Added support for `asciidoc` markup type
+ - Added `yard markups` command to list available markup types
+ - Added `yard display` command to display and format an individual object
+ - See {file:docs/WhatsNew.md} for more information on added features.
- **February.26.13**: 0.8.5.2 release
- Support new keyword argument syntax in method signatures (Ruby 2.x)
- **February.25.13**: 0.8.5.1 release