Skip to content

Commit 578c8e9

Browse files
committed
Prepare v1.2.0 release
1 parent 7d67f92 commit 578c8e9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
4+
## 1.2.0 (2021-10-04)
5+
6+
* Feature: Simplify usage by supporting new [default loop](https://reactphp.org/event-loop/#loop).
7+
(#39 by @clue and #44 by @SimonFrings)
8+
9+
```php
10+
// old (still supported)
11+
$factory = new Clue\React\SQLite\Factory($loop);
12+
13+
// new (using default loop)
14+
$factory = new Clue\React\SQLite\Factory();
15+
```
16+
17+
* Feature: Reject null byte in path to SQLite database file.
18+
(#42 by @SimonFrings)
19+
20+
* Maintenance: Improve documentation and examples.
21+
(#38 by @PaulRotmann and #43 by @SimonFrings)
22+
323
## 1.1.0 (2020-12-15)
424

525
* Improve test suite and add `.gitattributes` to exclude dev files from exports.

0 commit comments

Comments
 (0)