README.md in yard-0.7.3 vs README.md in yard-0.7.4
- 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.7.3 (codename "Rhombus")
-**Release Date**: October 15th 2011
+**Latest Version**: 0.7.4 (codename "Kennedy")
+**Release Date**: December 2nd 2011
Synopsis
--------
YARD is a documentation generation tool for the Ruby programming language.
@@ -169,11 +169,11 @@
You can also add extra informative files (README, LICENSE) by separating
the globs and the filenames with '-'.
$ yardoc 'app/**/*.rb' - README LICENSE FAQ
-If no globs preceed the '-' argument, the default glob (`lib/**/*.rb`) is
+If no globs precede the '-' argument, the default glob (`lib/**/*.rb`) is
used:
$ yardoc - README LICENSE FAQ
Note that the README file can be specified with its own `--readme` switch.
@@ -287,10 +287,22 @@
Changelog
---------
+- **December.2.11**: 0.7.4 release
+ - Redcarpet is now the default Markdown formatting library. GFM now works out-of-box (#404)
+ - Fix server side searching for elements that are marked private (#420)
+ - Add 'textile_strict' and 'pre' markup types, reorganize text and none (#416)
+ - Improve encoding line detection (#415)
+ - Add support for `rb_define_alias` in CRuby code (#413)
+ - Fix rendering of some keywords in source view (#410)
+ - Add support for RDoc 3.10+ (#406, #407)
+ - Fix typewriter text being processed in code blocks (#403)
+ - Improve support for has_rdoc in RubyGems 1.8.x (#401)
+ - See the {file:docs/WhatsNew.md} document for details on added features
+
- **October.15.11**: 0.7.3 release
- Improve support for parsing under Ruby 1.9.2p290 and 1.9.3 (#365, #370)
- Add support for SWIG generated CRuby code (#369)
- Add support for `rb_define_attr` calls in CRuby code (#362)
- Handle file pointers in CRuby code (#358)
@@ -306,10 +318,10 @@
- **May.18.11**: 0.7.1 release
- Fixes a bug in `yard server` not displaying class list properly.
- **May.17.11**: 0.7.0 release
- - See the {docs/WhatsNew.md} document for details on added features
+ - See the {file:docs/WhatsNew.md} document for details on added features
- Make sure that Docstring#line_range is filled when possible (#243)
- Set #verifier in YardocTask (#282)
- Parse BOM in UTF-8 files (#288)
- Fix instance attributes not showing up in method list (#302)
- Fix rendering of %w() literals in constants (#306)