summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-09-25 19:50:56 -0700
committerbors <bors@rust-lang.org>2013-09-25 19:50:56 -0700
commit8a4f0fa6c518eb634687abe9659601d9d2a61899 (patch)
tree5b8a6a672b86cfce1b2fc5995c8d5aa66e66af0e
parent00db6f6e7be04882b67660adcf04811511d4b8c2 (diff)
parenta05de31ae9868a6d58c86f955541cfe1bf89c21f (diff)
auto merge of #9499 : brson/rust/relnotes, r=cmr0.8
-rw-r--r--RELEASES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.txt b/RELEASES.txt
index e4d7086658d..9aea24dd22d 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -1,7 +1,7 @@
-Version 0.8 (October 2013)
+Version 0.8 (September 2013)
--------------------------
- * ~2100 changes, numerous bugfixes
+ * ~2200 changes, numerous bugfixes
* Language
* The `for` loop syntax has changed to work with the `Iterator` trait.