diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-02-16 14:54:21 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2015-02-16 14:54:21 +0100 |
commit | b8eb5197a24889c424e21a65d6cfec85294817e2 (patch) | |
tree | ddbb1e77816f30348f10793530af7664bcfa17ad | |
parent | 791af4a325187e979d6a7c56b3af3bb441235be1 (diff) | |
download | View-b8eb5197a24889c424e21a65d6cfec85294817e2.zip View-b8eb5197a24889c424e21a65d6cfec85294817e2.tar.gz View-b8eb5197a24889c424e21a65d6cfec85294817e2.tar.bz2 |
Add the CHANGELOG.md file.
-rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1430e65 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# 2.14.12.10 + + * Move to PSR-4. (Ivan Enderlin, 2014-12-09T18:51:38+01:00) + * Format. (Ivan Enderlin, 2014-11-25T14:13:47+01:00) + * Require `hoa/test`. (Alexis von Glasow, 2014-11-25T13:58:29+01:00) + +# 2.14.11.09 + + * Add a test. (Ivan Enderlin, 2014-10-06T15:57:58+02:00) + * Remove `from`/`import` and update to PHP5.4. (Ivan Enderlin, 2014-10-06T15:52:12+02:00) + +# 2.14.09.23 + + * Add `branch-alias` (Stéphane PY, 2014-09-23T11:56:01+02:00) + +# 2.14.09.17 + + * Drop PHP5.3. (Ivan Enderlin, 2014-09-17T17:26:07+02:00) + * Add the installation section. (Ivan Enderlin, 2014-09-17T17:25:34+02:00) + +(first snapshot) |