Explicitly write down 0.1 release date in RELEASES.txt, to confirm Rust's birthday.

This commit is contained in:
Liigo Zhuang 2014-03-07 15:05:05 +08:00
parent 28e7631d8b
commit 1c86179dba
1 changed files with 2 additions and 2 deletions

View File

@ -745,8 +745,8 @@ Version 0.2 (March 2012)
* Merged per-platform std::{os*, fs*} to core::{libc, os}
* Extensive cleanup, regularization in libstd, libcore
Version 0.1 (January 2012)
---------------------------
Version 0.1 (January 20, 2012)
-------------------------------
* Most language features work, including:
* Unique pointers, unique closures, move semantics