README.md in yard-0.8.7.1 vs README.md in yard-0.8.7.2
- old
+ new
@@ -5,12 +5,12 @@
**Git**: http://github.com/lsegal/yard
**Author**: Loren Segal
**Contributors**: http://github.com/lsegal/yard/contributors
**Copyright**: 2007-2013
**License**: MIT License
-**Latest Version**: 0.8.7.1
-**Release Date**: September 11th 2013
+**Latest Version**: 0.8.7.2
+**Release Date**: September 18th 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,13 @@
$ yard graph --protected --full --dependencies
## Changelog
+
+- **September.18.13**: 0.8.7.2 release
+ - Disallow absolute URLs when using frame anchor support.
+ - Support casted functions in CRuby method declarations (#697)
- **September.11.13**: 0.8.7.1 release
- Fix potential XSS issue with frame anchor support.
- Add support for gettext 3.x gem.