README.md in yard-0.8.5.1 vs README.md in yard-0.8.5.2

- old
+ new

@@ -1,30 +1,27 @@ -YARD: Yay! A Ruby Documentation Tool -==================================== +# YARD: Yay! A Ruby Documentation Tool **Homepage**: [http://yardoc.org](http://yardoc.org) **IRC**: [irc.freenode.net / #yard](irc://irc.freenode.net/yard) **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.1 -**Release Date**: February 25th 2013 +**Latest Version**: 0.8.5.2 +**Release Date**: February 26th 2013 -Synopsis --------- +## Synopsis YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions. Below is a summary of some of YARD's notable features. -Feature List ------------- +## Feature List **1. RDoc/SimpleMarkup Formatting Compatibility**: YARD is made to be compatible with RDoc formatting. In fact, YARD does no processing on RDoc documentation strings, and leaves this up to the output generation tool to decide how to render the documentation. @@ -283,9 +280,12 @@ $ yard graph --protected --full --dependencies ## Changelog + +- **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 - Fix `yard diff` of gem files with RubyGems 2.x - **February.24.13**: 0.8.5 release