diff options
| author | bors <bors@rust-lang.org> | 2013-02-07 01:30:57 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-02-07 01:30:57 -0800 |
| commit | b3e182568f9f1fdbb598e8fcc95c64dd922d255e (patch) | |
| tree | 89681b2e1bc5ded574f70b870f2573f7d00d85f3 | |
| parent | d9a61f2a1962c1ed0aaa2b7beac3a0daae40a162 (diff) | |
| parent | 48df2f4aafec32f75141d57a99982643ce04ec85 (diff) | |
auto merge of #4817 : kud1ing/rust/patch-1, r=brson
Encountered this while trying to port rustsqlite to rust 0.6
| -rw-r--r-- | RELEASES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASES.txt b/RELEASES.txt index b3b81964d85..64120f66351 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -1,3 +1,9 @@ +Version 0.6 (?) +--------------------------- + + * Libraries + * `core::send_map` renamed to `core::hashmap` + Version 0.5 (December 2012) --------------------------- |
