Skip to content

Commit

Permalink
bump changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
burke committed Feb 6, 2019
1 parent 0bcf098 commit 688b335
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 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)

# 1.3.2

* Fix Spring + Bootsnap incompatibility when there are files with similar names.
Expand Down
2 changes: 1 addition & 1 deletion lib/bootsnap/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bootsnap
VERSION = "1.3.2"
VERSION = "1.4.0.pre"
end

0 comments on commit 688b335

Please sign in to comment.