diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-02-24 09:36:29 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-02-24 09:36:29 +0100 |
commit | 49caada6d52c0b02255e260d6dedcf79103e62e6 (patch) | |
tree | 5c6b4e0075225902b4d7bb235a3627d24a07ad89 | |
parent | 58dae3630ef137db573acf229e6cef688f3a93e6 (diff) | |
download | Praspel-49caada6d52c0b02255e260d6dedcf79103e62e6.zip Praspel-49caada6d52c0b02255e260d6dedcf79103e62e6.tar.gz Praspel-49caada6d52c0b02255e260d6dedcf79103e62e6.tar.bz2 |
Add the `CHANGELOG.md` file.
-rw-r--r-- | CHANGELOG.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4d38a35 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# 0.15.02.24 + + * Happy new year! (Ivan Enderlin, 2015-01-05T14:44:27+01:00) + +# 0.14.12.10 + + * Move to PSR-4. (Ivan Enderlin, 2014-12-09T13:59:10+01:00) + +# 0.14.11.25 + + * `Hoa\Visitor` has been finalized. (Ivan Enderlin, 2014-11-15T22:22:01+01:00) + +# 0.14.11.09 + + * Use `hoa/iterator` `~1.0`. (Ivan Enderlin, 2014-11-09T11:05:20+01:00) + +# 0.14.09.23 + + * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:56:17+02:00) + +# 0.14.09.17 + + * Drop PHP5.3. (Ivan Enderlin, 2014-09-17T17:36:18+02:00) + * Add the installation section. (Ivan Enderlin, 2014-09-17T17:36:04+02:00) + +(first snapshot) |