summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79cf715c4f..d5b8a396fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,24 @@
+## 1.0.14 (May 27, 2011)
+
+Features:
+
+ - Rubinius platform :rbx (@rkbodenner)
+ - Include gem rake tasks with "require 'bundler/gem_tasks" (@indirect)
+ - Include user name and email from git config in new gemspec (@ognevsky)
+
+Bugfixes:
+
+ - Set file permissions after checking out git repos (@tissak)
+ - Remove deprecated call to Gem::SourceIndex#all_gems (@mpj)
+ - Require the version file in new gemspecs (@rubiii)
+ - Allow relative paths from the Gemfile in gems with no gemspec (@mbirk)
+ - Install gems that contain 'bundler', e.g. guard-bundler (@hone)
+ - Display installed path correctly on Windows (@tadman)
+ - Escape quotes in git URIs (@mheffner)
+ - Improve Rake 0.9 support (@quix)
+ - Handle certain directories already existing (@raggi)
+ - Escape filenames containing regex characters (@indirect)
+
## 1.0.13 (May 4, 2011)
Features: