diff options
author | Andre Arko <andre@arko.net> | 2016-10-12 21:27:20 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2016-10-12 21:27:20 -0700 |
commit | 54ab8af9c613e0d644a37255ee523c2ba333100a (patch) | |
tree | 8291f448d89b0b2553d74bd5418e7b87a8c2aa81 /CHANGELOG.md | |
parent | 2d038e4a315edc0427bd9dbea0c28e64b6632463 (diff) | |
download | bundler-54ab8af9c613e0d644a37255ee523c2ba333100a.tar.gz |
correct PR number, ht @chrismo
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7afabe0967..d3f6ae5e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Bugfixes: - stop printing warning when compact index versions file is rewritten (#5064, @indirect) - fix `parent directory is world writable but not sticky` error on install (#5043, @indirect) - fix for `uninitialized constant Bundler::Plugin::API::Source` error (#5010, @hsbt, @aycabta) - - make `update` options for major, minor, and patch updates consistent (#5043, @chrismo) + - make `update` options for major, minor, and patch updates consistent (#4934, @chrismo) ## 1.13.3 (2016-10-10) |