From 6149e4a19e9d4a83735792b6334b7853d432c5c6 Mon Sep 17 00:00:00 2001 From: Florian Eckerstorfer Date: Fri, 6 Nov 2015 16:58:59 +0100 Subject: [PATCH] Update README for v0.2 release --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69b686a..eca033b 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,15 @@ In case you want to support the development of Chain you can [send me an Euro or Change Log ---------- -### Version 0.3 (6 November 2015) +### Version 0.2 (6 November 2015) + +- [#11](https://github.com/cocur/chain/pull/11) Add `Cocur\Chain\Chain::createFromString()` to create a chain from a +string +- [#10](https://github.com/cocur/chain/pull/10) Add methods to `Cocur\Chain\AbstractChain` to retrieve first and last +element of chain. +- [#9](https://github.com/cocur/chain/pull/9) `Cocur\Chain\Chain` is now countable + +### Version 0.1 (6 November 2015) - *Initial release*