summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Arko <andre@arko.net>2012-05-27 20:05:47 -0700
committerAndré Arko <andre@arko.net>2012-05-27 20:05:47 -0700
commite6aa1733219b76ce930c51e75d2bab53ce01b4fd (patch)
tree77cf8fd5a807cc3eda30c2012fe965135a3111d9
parent07df32229a754f34828199a3b5c216175f82a095 (diff)
downloadbundler-e6aa1733219b76ce930c51e75d2bab53ce01b4fd.tar.gz
Changelog for v1.2.0.pre.1v1.2.0.pre.1
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3d254ade6..d20a2f9c8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+## 1.2.0.pre.1 (May 27, 2012)
+
+Features:
+
+ - Import git submodules of submodules recursively (@nwwatson, #1935)
+
+Bugfixes:
+
+ - Exit from `check` with a non-zero status when frozen with no lock
+ - Use `latest_release` in Capistrano and Vlad integration (#1264)
+ - Work around a Ruby 1.9.3p194 bug in Psych when config files are empty
+
+Documentation:
+
+ - Add instructions for local git repos to the `config` manpage
+ - Update the `Gemfile` manpage to include ruby versions (@stevenh512)
+ - When OpenSSL is missing, provide instructions for fixing (#1776 etc.)
+ - Unknown exceptions now link to ISSUES for help instead of a new ticket
+ - Correct inline help for `clean --force` (@dougbarth, #1911)
+
## 1.2.0.pre (May 4, 2012)
Features: