diff options
| author | kud1ing <github@kudling.de> | 2013-02-06 10:14:50 +0100 |
|---|---|---|
| committer | kud1ing <github@kudling.de> | 2013-02-06 10:14:50 +0100 |
| commit | 48df2f4aafec32f75141d57a99982643ce04ec85 (patch) | |
| tree | daa59cc0eda25a8dceaca0c47a84abac2b93a179 | |
| parent | eb28ce01ed9ac27dfb568feff7c9d669eece1980 (diff) | |
`core::send_map` renamed to `core::hashmap`
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) --------------------------- |
