From a8235ff85333e0d6b691603a4eec1bbc113f4df0 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 24 Jun 2012 13:42:03 -0700 Subject: [PATCH] Add cargo improvements to release notes --- RELEASES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASES.txt b/RELEASES.txt index e8b8f9b1bf2..5da6314c4d1 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -39,6 +39,9 @@ Version 0.3 (June 2012) - not yet! * Syntax extensions: #line, #col, #file, #mod, #stringify, #include, #include_str, #include_bin. + * Tool improvements + * Cargo automatically resolves dependencies + Version 0.2 (March 2012) -------------------------