aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-11-16 09:15:15 -0800
committerAndre Arko <andre@arko.net>2010-11-16 09:15:36 -0800
commitcd6e02f4513c2717b528d3bac248c01d3e80cdf1 (patch)
tree2b4ca7c1c4e2789126b557d5a149032abc479e61 /CHANGELOG.md
parent9a8ed7c9931f37ecf35a89f0902a40d532ed021d (diff)
downloadbundler-cd6e02f4513c2717b528d3bac248c01d3e80cdf1.tar.gz
Version 1.0.6 with changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6947b28..9490aa5d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+## 1.0.6 (November 15, 2010)
+
+Bugfixes:
+
+ - Fix regression in `update` that caused long/wrong results
+ - Allow git gems on other platforms while installing (#579)
+
+Features:
+
+ - Speed up `install` command using various optimizations
+ - Significantly increase performance of resolver
+ - Use upcoming Rubygems performance improvements (@tmm1)
+ - Warn if the lockfile was generated by a newer version
+ - Set generated gems' homepage to "", so Rubygems will warn
+
## 1.0.5 (November 13, 2010)
Bugfixes: