summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-07-22 14:33:13 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-07-22 14:33:13 -0700
commita85578ca41922c74f3789c755ee5105014cd9d7c (patch)
treeddae0a0266d7f6ba09c886a200a26af1e08fa26b /CHANGELOG.md
parent61bf0959742493b83107bedca7eec9a989f09781 (diff)
downloadbundler-a85578ca41922c74f3789c755ee5105014cd9d7c.tar.gz
Update changelog for 1.10.6v1.10.6
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 aa83fcc6d9..cc8ed1bd48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## 1.10.6 (2015-07-22)
+
+Workarounds:
+
+ - only warn on invalid gemspecs (@indirect)
+
+Bugfixes:
+
+ - fix installing dependencies in the correct order (#3799, @pducks32)
+ - fix sorting of mixed DependencyLists (#3762, @tony-spataro-rs)
+ - fix `install_if` conditionals when using the block form (@danieltdt)
+
## 1.10.5 (2015-06-24)
Workarounds: