diff options
author | Homu <homu@barosl.com> | 2016-03-10 06:23:32 +0900 |
---|---|---|
committer | Homu <homu@barosl.com> | 2016-03-10 06:23:32 +0900 |
commit | 2c1aa0200cf4ef7a327fc399b26a962e32ffdb7f (patch) | |
tree | 1a5e7693d90704cefdc1bbe64e0109e5a76416bb | |
parent | 2d7d9c8b4404a74fbb4baacc1cee809318f3123e (diff) | |
parent | 02d24df250231374b82b3e3c53b3ebd7e867d932 (diff) | |
download | bundler-2c1aa0200cf4ef7a327fc399b26a962e32ffdb7f.tar.gz |
Auto merge of #4352 - schneems:patch-1, r=segiddins
Document change in --without behavior
close #4351
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bbeb624023..466e423815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -230,6 +230,7 @@ Bugfixes: - allow `viz` to work with prereleases (#3621, #3217, @aprescott) - validate gemspecs used in path and git gems (#3639, @segiddins, @indirect) - stop printing config warnings when config is unchanged (#3649, @fotanus, @indirect) + - Without groups saved via `config` are no longer ignored when the `--without` flag is used ## 1.10.0.pre.2 (2015-05-07) |