aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-04-15 15:47:21 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-04-15 15:47:21 -0500
commit009ac70f7499bf5df535220344348c8f4ac35163 (patch)
tree435e84d56d3a19fc7a58a286cec94814a0b78a03 /CHANGELOG.md
parent7c5305c7ab0284c6d1674a6476da5df4f1f9194b (diff)
downloadbundler-009ac70f7499bf5df535220344348c8f4ac35163.tar.gz
Version 1.12.0.rc.2 with changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8d31ad8..8f2cf077 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## 1.12.0.rc.2 (2016-04-15)
+
+Features:
+
+ - `bundle outdated` handles all combinations of `--major`, `--minor`, and `--patch` (#4396, @RochesterinNYC)
+
+Bugfixes:
+
+ - prevent endless recursive copy for `bundle package --all` (#4392, @RochesterinNYC)
+ - allow executables that are `load`ed to exit non-0 via an `at_exit` hook when invoked by `bundle exec` (@segiddins)
+ - nested invocations of `bundle exec` properly preserve the `$PATH` and `$GEM_PATH` environment variables (@segiddins)
+
## 1.12.0.rc (2016-03-13)
Performance: