v6.3.0
What's Changed
- Update link to GFM specification by @pocke in #755
- Fix ruby-head CI by @deivid-rodriguez in #758
- Removed
RDoc::Context::Section#sequence
by @nobu in #757 - Treat multiple Ruby methods calling the same C method as aliases by @jeremyevans in #742
- Escape method names in HTML by @natematykiewicz in #762
- Delegate ERB args correctly by @aycabta in #760
- Add frozen string literal support by @deivid-rodriguez in #695
- Process crossref before tidylink by @aycabta in #764
- Drop old rubies by @nobu in #765
- Fixed inadvertent environment variable changes by @nobu in #766
- Check uninitialized instance variable in test by @aycabta in #769
- Add instance_methods because instance_method_list should be obsolete by @aycabta in #771
- Fixed inverted CSS for note-list and label-list by @nobu in #770
- Fix RDoc::Context#instance_method_list by @aycabta in #772
- Remove empty lines from html file by using ERB trim_mode flag by @benoittgt in #775
- Fix parsing of rb_define_module_under by @jeremyevans in #774
- Create link to unary operator methods correctly by @aycabta in #778
- Fix spelling error in parser comment by @dorianmariefr in #777
- update all files if any file is newer by @nobu in #748
- Add RI man page by @aycabta in #779
- Support full filename to make a link for a text file by @aycabta in #780
- Prefer require_relative by @marcandre in #658
New Contributors
- @natematykiewicz made their first contribution in #762
- @benoittgt made their first contribution in #775
- @marcandre made their first contribution in #658
Full Changelog: v6.2.1...v6.3.0