File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# 1.17.0
4
4
5
- * Ensure ` $LOAD_PATH.dup ` is Ractor shareable to fix an conflit with ` did_you_mean ` .
6
- * Allow to ignore direcotries using absolute paths.
5
+ * Ensure ` $LOAD_PATH.dup ` is Ractor shareable to fix an conflict with ` did_you_mean ` .
6
+ * Allow to ignore directories using absolute paths.
7
7
* Support YAML and JSON CompileCache on TruffleRuby.
8
8
* Support LoadPathCache on TruffleRuby.
9
9
24
24
* Add a way to skip directories during load path scanning.
25
25
If you have large non-ruby directories in the middle of your load path, it can severely slow down scanning.
26
26
Typically this is a problem with ` node_modules ` . See #277 .
27
- * Fix ` Bootsnap.unload_cache! ` , it simply wouldn't work at all becaue of a merge mistake. See #421 .
27
+ * Fix ` Bootsnap.unload_cache! ` , it simply wouldn't work at all because of a merge mistake. See #421 .
28
28
29
29
# 1.13.0
30
30
43
43
44
44
* Stop decorating ` Module#autoload ` as it was only useful for supporting Ruby 2.2 and older.
45
45
46
- * Remove ` uname ` and other patform specific version from the cache keys. ` RUBY_PLATFORM + RUBY_REVISION ` should be
46
+ * Remove ` uname ` and other platform specific version from the cache keys. ` RUBY_PLATFORM + RUBY_REVISION ` should be
47
47
enough to ensure bytecode compatibility. This should improve caching for alpine based setups. See #409 .
48
48
49
49
# 1.11.1
You can’t perform that action at this time.
0 commit comments