diff options
author | Richard Schneeman <richard.schneeman@gmail.com> | 2016-03-09 14:48:42 -0600 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2016-03-11 16:47:14 -0800 |
commit | 01b9afb937830377b82e11b8d16e998f0b2d11f4 (patch) | |
tree | 3404eeebdc6ff962e6077ecbaa9809b7578ef589 | |
parent | 3f05b6af7a238b52ac21a5151d1f531bc4868c5d (diff) | |
download | bundler-01b9afb937830377b82e11b8d16e998f0b2d11f4.tar.gz |
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) |