Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Add the CHANGELOG.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Feb 19, 2015
1 parent 6dbdbc9 commit 493033a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 493033a

Please sign in to comment.