From d0b75daee0397dec91e93bc793c8ec40a6077fbf Mon Sep 17 00:00:00 2001 From: Matt Burke Date: Mon, 28 Apr 2014 18:18:56 -0400 Subject: [PATCH] Add #561 and #562 to release notes. --- doc/release-notes/NEXT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/release-notes/NEXT.md b/doc/release-notes/NEXT.md index 2c906e4a..223c6a3d 100644 --- a/doc/release-notes/NEXT.md +++ b/doc/release-notes/NEXT.md @@ -11,5 +11,7 @@ * More robust fetching (#530) * Don't cleanup directory when fail during fetch in `clone` command (#572) * If multiple changesets are found in parent tree, the latest changeset will be selected. (#591) +* Autoselect remote (`-I`) by default (#562) +* bootstrap automatically (#561) * Other documentation and bug fixes (#487, #521, #523, #527, #557)