Changelog for
ruby2.7-rubygem-rdoc-6.7.0-1.6.i586.rpm :
* Fri Jun 21 2024 Dan Čermák
- 6.7.0: [#]# What\'s Changed
* Fix support for `rb_file_const` and `rb_curses_define_const` by AATTnobu in https://github.com/ruby/rdoc/pull/1069
* Bump actions/upload-pages-artifact from 2 to 3 by AATTdependabot in https://github.com/ruby/rdoc/pull/1071
* Bump actions/deploy-pages from 3 to 4 by AATTdependabot in https://github.com/ruby/rdoc/pull/1070
* Use master of setup-ruby by AATTnobu in https://github.com/ruby/rdoc/pull/1072
* Allow empty name rdoc-ref as a local link by AATTnobu in https://github.com/ruby/rdoc/pull/1073
* [DOC] MarkupReference by AATTBurdetteLamar in https://github.com/ruby/rdoc/pull/1075
* Bump ruby/setup-ruby from 1.162.0 to 1.165.1 by AATTdependabot in https://github.com/ruby/rdoc/pull/1074
* [DOC] Tweaks to Markup Reference by AATTBurdetteLamar in https://github.com/ruby/rdoc/pull/1077
* Sort coverage outputs by AATTnobu in https://github.com/ruby/rdoc/pull/1078
* Ignore `locale` at `write_options` by AATTnobu in https://github.com/ruby/rdoc/pull/1079
* Singleton visibility by AATTnobu in https://github.com/ruby/rdoc/pull/1080
* Respect modeline to detect parser by AATTnobu in https://github.com/ruby/rdoc/pull/1081
* Bump ruby/setup-ruby from 1.165.1 to 1.169.0 by AATTdependabot in https://github.com/ruby/rdoc/pull/1085
* Don\'t document aliases with trailing `:nodoc` directive by AATTp8 in https://github.com/ruby/rdoc/pull/1090
* Bump ruby/setup-ruby from 1.169.0 to 1.171.0 by AATTdependabot in https://github.com/ruby/rdoc/pull/1089
* Bump ruby/setup-ruby from 1.171.0 to 1.172.0 by AATTdependabot in https://github.com/ruby/rdoc/pull/1092
* Fix ToMarkdown missing newlines for label-lists by AATTskipkayhil in https://github.com/ruby/rdoc/pull/1094
* Fix ToRdoc generating incorrect {label,name}-lists by AATTskipkayhil in https://github.com/ruby/rdoc/pull/1093
* [DOC] Improve documentation of `:include:` directive file search by AATTp8 in https://github.com/ruby/rdoc/pull/1083
* Allow rich definition list labels for Markdown by AATTskipkayhil in https://github.com/ruby/rdoc/pull/1096
* Test only with truffleruby-head by AATTnobu in https://github.com/ruby/rdoc/pull/1095
* test: Add tests for `RDoc::TokenStream` class by AATTtoshimaru in https://github.com/ruby/rdoc/pull/1068
* Use readline history when `ri` is running interactive by AATTadam12 in https://github.com/ruby/rdoc/pull/861
* Revert \"Test only with truffleruby-head\" by AATTeregon in https://github.com/ruby/rdoc/pull/1099
* Bump ruby/setup-ruby from 1.172.0 to 1.173.0 by AATTdependabot in https://github.com/ruby/rdoc/pull/1101
* Bump actions/configure-pages from 4 to 5 by AATTdependabot in https://github.com/ruby/rdoc/pull/1102
* Bump ruby/setup-ruby from 1.173.0 to 1.174.0 by AATTdependabot in https://github.com/ruby/rdoc/pull/1105
* Bump ruby/setup-ruby from 1.174.0 to 1.175.1 by AATTdependabot in https://github.com/ruby/rdoc/pull/1106
* Bump ruby/setup-ruby from 1.175.1 to 1.176.0 by AATTdependabot in https://github.com/ruby/rdoc/pull/1108
* Fix typo in CONTRIBUTING.md by AATTokuramasafumi in https://github.com/ruby/rdoc/pull/1109
* [DOC] Correct `.rdoc_options` filename in comment by AATTadam12 in https://github.com/ruby/rdoc/pull/1103 [#]# New Contributors
* AATTskipkayhil made their first contribution in https://github.com/ruby/rdoc/pull/1094
* AATTadam12 made their first contribution in https://github.com/ruby/rdoc/pull/861
* AATTokuramasafumi made their first contribution in https://github.com/ruby/rdoc/pull/1109
*
*Full Changelog
*
*: https://github.com/ruby/rdoc/compare/v6.6.3.1...v6.7.0
* Mon Jan 29 2024 Dan Čermák - 6.6.2: [#]# What\'s Changed
* Allow any single-word token upto 2 before C method implementation by AATTnobu in https://github.com/ruby/rdoc/pull/1061
* Fix C const comment by AATTnobu in https://github.com/ruby/rdoc/pull/1062
* Bump actions/deploy-pages from 2 to 3 by AATTdependabot in https://github.com/ruby/rdoc/pull/1063
* Bump actions/configure-pages from 3 to 4 by AATTdependabot in https://github.com/ruby/rdoc/pull/1064
* Bump ruby/setup-ruby from 1.161.0 to 1.162.0 by AATTdependabot in https://github.com/ruby/rdoc/pull/1065
* Add missing documents by AATTnobu in https://github.com/ruby/rdoc/pull/1066
*
*Full Changelog
*
*: https://github.com/ruby/rdoc/compare/v6.6.1...v6.6.2 6.6.1: [#]# What\'s Changed
* Bump ruby/setup-ruby from 1.159.0 to 1.161.0 by AATTdependabot in https://github.com/ruby/rdoc/pull/1052
* Fix TIDYLINK after braces (#1015) by AATTnobu in https://github.com/ruby/rdoc/pull/1054
* Fix `NoMethodError` for `tokens_to_s` method by AATTtoshimaru in https://github.com/ruby/rdoc/pull/1055
* Place a space between certain character class letters only by AATTnobu in https://github.com/ruby/rdoc/pull/1057
* Re-enable tests with truffleruby-head by AATTnobu in https://github.com/ruby/rdoc/pull/1058
* Get rid of `Kernel#open` by AATTnobu in https://github.com/ruby/rdoc/pull/1059
* Markup punctuations need to be separated with a space by AATTnobu in https://github.com/ruby/rdoc/pull/1060
* fix: Return empty string when `token_stream` is `nil` by AATTtoshimaru in https://github.com/ruby/rdoc/pull/1056
*
*Full Changelog
*
*: https://github.com/ruby/rdoc/compare/v6.6.0...v6.6.1
* Tue Nov 14 2023 Dan Čermák - New upstream release 6.6.0, see bundled History.rdoc
* Wed Dec 07 2022 Stephan Kulow updated to version 6.5.0 see installed History.rdoc
* Tue Jan 25 2022 Stephan Kulow updated to version 6.4.0 see installed History.rdoc
* Mon Jul 26 2021 Stephan Kulow updated to version 6.3.2 see installed History.rdoc
* Thu Jun 24 2021 Stephan Kulow updated to version 6.3.1 see installed History.rdoc
* Wed Jan 20 2021 Stephan Kulow updated to version 6.3.0 see installed History.rdoc
* Mon Feb 10 2020 Stephan Kulow - updated to version 6.2.1 see installed History.rdoc
* Mon Jan 14 2019 Stephan Kulow - updated to version 6.1.1 see installed History.rdoc