Changelog for
ruby3.1-rubygem-rdoc-6.5.0-150400.1.1.x86_64.rpm :
* Wed Dec 07 2022 cooloAATTsuse.comupdated to version 6.5.0 see installed History.rdoc
* Tue Jan 25 2022 cooloAATTsuse.comupdated to version 6.4.0 see installed History.rdoc
* Mon Jul 26 2021 cooloAATTsuse.comupdated to version 6.3.2 see installed History.rdoc
* Thu Jun 24 2021 cooloAATTsuse.comupdated to version 6.3.1 see installed History.rdoc
* Wed Jan 20 2021 cooloAATTsuse.comupdated to version 6.3.0 see installed History.rdoc
* Mon Feb 10 2020 cooloAATTsuse.com- updated to version 6.2.1 see installed History.rdoc
* Mon Jan 14 2019 cooloAATTsuse.com- updated to version 6.1.1 see installed History.rdoc
* Fri May 04 2018 factory-autoAATTkulow.org- updated to version 6.0.4 see installed History.rdoc
* Tue Mar 27 2018 factory-autoAATTkulow.org- updated to version 6.0.3 see installed History.rdoc
* Tue Mar 20 2018 factory-autoAATTkulow.org- updated to version 6.0.2 see installed History.rdoc
* Tue Jan 02 2018 dkangAATTsuse.com- Updated to version 6.0.1
* Thu Dec 07 2017 esrolfeAATTsuse.de- updated to version 6.0.0
* Fri Mar 03 2017 hvogelAATTsuse.com- updated to version 5.1.0 see installed History.rdoc
* Fix an issue that rdoc fails when running on Windows with RUBYOPT=-U.
* Parse ruby 2.1
def.
* Suppress warnings in eval.
* Wed Nov 16 2016 cooloAATTsuse.com- updated to version 5.0.0 see installed History.rdoc === 5.0.0 / 2016-??-??
* Major enhancements
* Cleanup deprecated code targeted Ruby 1.8
* Bug fixes
* Ensure badge data is included in result of JsonIndex template.
* Ensure items in the nil section are displayed in HTML output. Issue #399 by Daniel Svensson.
* Parse rb_intern_const correctly in C. PR #381 by Sho Hashimoto.
* Fix broken assets caused by #335 when serving ri. PR #360 by Alex Wood.
* Don\'t try to parse svg files. Issue #350 by Sigurd Svela.
* Minor enhancements
* Improve class name expansion/resolution in ri. PR #400 by NARUSE, Yui
* Improve performance of document generation. PR #397 by Yusuke Endoh.
* Sat Nov 05 2016 cooloAATTsuse.com- updated to version 4.3.0 see installed History.rdoc === 4.3.0 / 2016-11-04
* Minor enhancements
* Removed json dependency for Ruby 2.4.0
* End to support Ruby 1.8.x
* Tue Feb 09 2016 cooloAATTsuse.com- updated to version 4.2.2 see installed History.rdoc
* Thu Jan 21 2016 cooloAATTsuse.com- updated to version 4.2.1 see installed History.rdoc === 4.2.1
* Bug fixes
* Fixed infinite loop with CR #339
* Sat Feb 07 2015 cooloAATTsuse.com- updated to version 4.2.0
* Major enhancements
* RDoc can now produce translation files for use with gettext. See RDoc::Generator::POT for a workflow for creating translations of your documentation. Pull request #254 by Kouhei Sutou.
* Minor enhancements
* RDoc now allows any single-word macro before a C method implementation. Issue #722 by Hanmac.
* Now :all is a synonym for :private for RDoc::Options#visibility= to match the --all command line option. Pull request #276 by Zachary Scott.
* Running rake for the first time now installs racc. Pull request #285 by Kouhei Sutou.
* Added -h
flag to also display help. Issue #300 by Ryan Davis
* search_index.js is now loaded asynchronously for improved performance.
* Allow +X::Y+ as typewriter text. Issue #319, pull request #322 by Jeremy Evans.
* Added RDoc::RI::Task for building ri data easily through rake. Pull request #332 by Zachary Scott.
* A gzipped search index is generated for servers configured to use precompressed files. Pull request #334 by Zachary Scott.
* CSS files now live under /css relative to the document root. Pull request [#335] by Zachary Scott.
* Improved detection of valid ruby in verbatim sections. Pull request #333 by Jeremy Evans.
* Bug fixes
* Fixed HTML labels for cross-browser compatibility. This breaks existing links but enables cross-browser compatibility. Pull request #330 by Jens Wille.
* RDoc handles ASCII-incompatible encodings now. An encoding hint may need to be added to the file for RDoc to produce correct output, though. Issue #288 by Manuel Meurer.
* Fixed height recalculation issues when headings are hovered. Issue #289 by Dietmar H. Büto.
* Wed Oct 15 2014 cooloAATTsuse.com- updated to version 4.1.2
* Bug fixes
* Updated vendored jQuery to 1.6.4. Bug ruby/ruby#711 by AATTneuralme