We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1377e78 commit 6149e4aCopy full SHA for 6149e4a
README.md
@@ -203,7 +203,15 @@ In case you want to support the development of Chain you can [send me an Euro or
203
Change Log
204
----------
205
206
-### Version 0.3 (6 November 2015)
+### Version 0.2 (6 November 2015)
207
+
208
+- [#11](https://github.com/cocur/chain/pull/11) Add `Cocur\Chain\Chain::createFromString()` to create a chain from a
209
+string
210
+- [#10](https://github.com/cocur/chain/pull/10) Add methods to `Cocur\Chain\AbstractChain` to retrieve first and last
211
+element of chain.
212
+- [#9](https://github.com/cocur/chain/pull/9) `Cocur\Chain\Chain` is now countable
213
214
+### Version 0.1 (6 November 2015)
215
216
- *Initial release*
217
0 commit comments