Changelog for
ruby3.0-rubygem-sprockets-4.2.1-88.17.i586.rpm :
* Tue Nov 14 2023 Dan Čermák
- New upstream release 4.2.1, see bundled CHANGELOG.md
* Fri Jul 08 2022 Manuel Schnitzer - updated to version 4.1.1 no changelog found
* Fri Mar 11 2022 Manuel Schnitzer - updated to version 4.0.3
* Fix `Manifest#find` yielding from a Promise causing issue on Ruby 3.1.0-dev. [#720](https://github.com/rails/sprockets/pull/720)
* Better detect the ERB version to avoid deprecation warnings. [#719](https://github.com/rails/sprockets/pull/719)
* Allow assets already fingerprinted to be served through `Sprockets::Server`
* Do not fingerprint files that already contain a valid digest in their name
* Remove remaining support for Ruby < 2.4.[#672](https://github.com/rails/sprockets/pull/672)
* Thu Jun 25 2020 Manuel Schnitzer - updated to version 4.0.2
* Fix `etag` and digest path compilation that were generating string with invalid digest since 4.0.1.
* Tue Nov 12 2019 Manuel Schnitzer - updated to version 4.0.0
* Fixes for Ruby 2.7 keyword arguments warnings #625
* Manifest files are sorted alphabetically #626
* Tue Jun 19 2018 factory-autoAATTkulow.org- updated to version 3.7.2 see installed CHANGELOG.md
*
*3.7.2
*
* (June 19, 2018)
* Security release for [CVE-2018-3760](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3760). (bsc#1098369)
* Tue Dec 20 2016 cooloAATTsuse.com- updated to version 3.7.1 see installed CHANGELOG.md
* Sat Jul 23 2016 cooloAATTsuse.com- updated to version 3.7.0 see installed CHANGELOG.md
*
* 3.7.0
*
* (July 21, 2016)
* Deprecated interfaces now emit deprecation warnings #345
* Mon Jul 04 2016 cooloAATTsuse.com- updated to version 3.6.3 see installed CHANGELOG.md
*
*3.6.3
*
* (July 1, 2016)
* Faster asset lookup in large directories #336
* Faster PathUtils.match_path_extname https://github.com/rails/sprockets/commit/697269cf81e5261fdd7072e32bd489403027fd7e
* Fixed uglifier comment stripping #326
* Error messages now show load path info #313
* Wed Jun 29 2016 cooloAATTsuse.com- updated to version 3.6.2 see installed CHANGELOG.md
*
*3.6.2
*
* (June 21, 2016)
* More performance improvements.