1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Update CHANGELOG

This commit is contained in:
Daniel Lowrey 2014-04-09 10:39:52 -04:00
parent 16c17244e8
commit 1fff25ae79

View File

@ -1,3 +1,9 @@
### master
- `Future` is now an interface
- Add `Unresolved` as the default pending `Future` (`Promise->getFuture()`)
- Add immutable resolved `Failure` and `Success` futures
v0.6.0
------