Skip to content

Commit 70c724f

Browse files
committed
docs: Add CHANGELOG.md
Bug: T287972 Change-Id: I786ae1045ca1942763cb0d7c6c6c3c860d7b247f
1 parent 44006a1 commit 70c724f

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.mailmap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Timo Tijhof <krinkle@fastmail.com>
2+
Timo Tijhof <krinkle@fastmail.com> <krinklemail@gmail.com>
3+
Chad Horohoe <chadh@wikimedia.org>
4+
Daniel Kinzler <daniel.kinzler@wikimedia.de>

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## 2.0.0
4+
5+
The library now requires PHP 7.2 or later.
6+
7+
* Drop PHP 5.5/5.6/7.0/7.1 and HHVM support (James D. Forrester)
8+
* Cli: Add new `cdb` CLI (Timo Tijhof)
9+
10+
## 1.4.1
11+
12+
* Reader\Hash: Avoid use of wikimedia/assert (Ori Livneh)
13+
14+
## 1.4.0
15+
16+
* Add Reader\Hash, a new faux CDB interface wrapping an in-memory array (Daniel Kinzler)
17+
* Reader\PHP: Avoid reading past the last key in `nextkey()` (Ori Livneh)
18+
* Reader\PHP: Optimize `readInt32` implementation (Ori Livneh)
19+
* Reader\PHP: Improve performance (Ori Livneh)
20+
21+
## 1.1.0
22+
23+
* Reader\PHP: Simplify `nextkey` by using `unpack31`, and reuse method for `firstkey` (Thomas Colomb)
24+
* Use PHP_OS rather than php_uname, which may be disabled (Chad Horohoe)
25+
26+
## 1.0.0
27+
28+
Initial release.

0 commit comments

Comments
 (0)