From 493033af00776e3988c313cb1a3025877933a25a Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 19 Feb 2015 09:11:32 +0100 Subject: [PATCH] Add the CHANGELOG.md file. --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d181529 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +# 2.14.12.24 + + * Clean code. (Julien Bianchi, 2014-12-24T08:44:59+01:00) + * Add tests for `Hoa\String\Search`. (Ivan Enderlin, 2014-12-23T14:15:21+01:00) + * `toBinaryCode` has a better semantics. (Ivan Enderlin, 2014-12-23T14:11:02+01:00) + * Use hexadecimal everywhere. (Ivan Enderlin, 2014-12-23T12:33:00+01:00) + * Tests are green now. (Ivan Enderlin, 2014-12-23T12:27:38+01:00) + * New `toCode` method, without UCS-2. (Ivan Enderlin, 2014-12-23T12:07:22+01:00) + * Add tests. (Ivan Enderlin, 2014-12-23T02:15:55+01:00) + * Fix flags between global and local in `match`. (Ivan Enderlin, 2014-12-23T02:13:50+01:00) + * Fix `compare` if `Collator` is not present. (Ivan Enderlin, 2014-12-23T02:13:16+01:00) + * Wrong append and prepend algorithm. (Ivan Enderlin, 2014-12-23T02:12:30+01:00) + * Move to PHP5.4 and remove `from`/`import`. (Ivan Enderlin, 2014-12-22T22:44:40+01:00) + +# 2.14.12.10 + + * Move to PSR-4. (Ivan Enderlin, 2014-12-09T18:48:53+01:00) + +# 2.14.11.09 + + * Format code. #mania (Ivan Enderlin, 2014-10-05T15:09:31+02:00) + * Implement the `String::copy` method. (Marc Lemay, 2014-10-05T15:08:33+02:00) + +# 2.14.09.23 + + * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:55:55+02:00) + +# 2.14.09.16 + + * Drop PHP5.3. (Ivan Enderlin, 2014-09-17T17:20:54+02:00) + * Add the installation section. (Ivan Enderlin, 2014-09-17T17:20:46+02:00) + +(first snapshot)