File rubygem-bootsnap.changes of Package rubygem-bootsnap
-------------------------------------------------------------------
Fri Mar 29 05:56:31 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 1.4.2
see installed CHANGELOG.md
# 1.4.2
* Fix bug when removing features loaded by relative path from `$LOADED_FEATURES`
* Fix bug with propagation of `NameError` up from nested calls to `require`
-------------------------------------------------------------------
Sat Mar 2 15:05:33 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 1.4.1
see installed CHANGELOG.md
# 1.4.1
* Don't register change observers to frozen objects.
# 1.4.0
* When running in development mode, always fall back to a full path scan on LoadError, making
bootsnap more able to detect newly-created files. (#230)
* Respect `$LOADED_FEATURES.delete` in order to support code reloading, for integration with
Zeitwerk. (#230)
* Minor performance improvement: flow-control exceptions no longer generate backtraces.
* Better support for requiring from environments where some features are not supported (especially
JRuby). (#226)k
* More robust handling of OS errors when creating files. (#225)
-------------------------------------------------------------------
Mon Sep 17 09:29:37 UTC 2018 - mschnitzer@suse.com
- updated to version 1.3.2
* Fix Spring + Bootsnap incompatibility when there are files with similar names.
* Fix `YAML.load_file` monkey patch to keep accepting File objects as arguments.
* Fix the API for `ActiveSupport::Dependencies#autoloadable_module?`.
* Some performance improvements.
-------------------------------------------------------------------
Wed Jul 11 18:00:51 UTC 2018 - factory-auto@kulow.org
- updated to version 1.3.1
see installed CHANGELOG.md
# 1.3.1
* Change load path scanning to more correctly follow symlinks.
-------------------------------------------------------------------
Fri Jul 6 21:15:48 UTC 2018 - mschnitzer@suse.com
- Initial package release