summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-06-22 17:35:24 -0700
committerGitHub <noreply@github.com>2017-06-22 17:35:24 -0700
commit8250063de73d18834771451aecca807d74e8580b (patch)
tree0024817012e34a2ff652a48e5c9f96c4c7af5553 /CHANGELOG.md
parent5c10c8f3f22baf0e6ecfeb90a6d5556206f44ba6 (diff)
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d57dbfc..0b7b47b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
-## 0.6.0 – Upcoming
+## 0.6.0 – 2017-06-22
- Implement `Source` for `Vec<T: Source>` and `Vec<Box<Source>>`
```rust