From 1496646bfa85f88ab50b651857fbf4bbd15dbca1 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 11 Jan 2016 09:55:03 +0100 Subject: [PATCH] Prepare 3.16.01.11. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a81e647..4107150f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 3.16.01.11 + + * Quality: Drop PHP5.4. (Ivan Enderlin, 2016-01-11T09:15:26+01:00) + * Quality: Run devtools:cs. (Ivan Enderlin, 2016-01-09T08:58:15+01:00) + * Core: Remove `Hoa\Core`. (Ivan Enderlin, 2016-01-09T08:03:04+01:00) + * Consistency: Update `dnew` call. (Ivan Enderlin, 2015-12-09T16:44:21+01:00) + * Consistency: Remove a call to `_define`. (Ivan Enderlin, 2015-12-08T22:27:56+01:00) + * Consistency: Use `Hoa\Consistency`. (Ivan Enderlin, 2015-12-08T10:56:44+01:00) + * Exception: Use `Hoa\Exception`. (Ivan Enderlin, 2015-11-20T07:15:35+01:00) + * Documentation: Format API. (Ivan Enderlin, 2015-12-16T07:38:23+01:00) + * Fix Llk\Llk::parsePP unrecognized instructions exception (lovenunu, 2015-12-14T16:48:09+01:00) + # 2.15.10.29 * Test: Specify file type with `hoa://Test/Vfs`. (Ivan Enderlin, 2015-10-29T22:07:56+01:00)