Skip to content

Commit 52695d4

Browse files
committed
Prepare v1.7.0 release
1 parent d379567 commit 52695d4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.7.0 (2025-01-17)
4+
5+
* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.
6+
(#72 and #73 by @clue)
7+
8+
* Feature / Fix: Update close handler to avoid unhandled promise rejections.
9+
(#71 by @clue)
10+
11+
* Minor documentation improvements.
12+
(#68 by @yadaiio)
13+
314
## 1.6.0 (2023-05-12)
415

516
* Feature: Forward compatibility with upcoming Promise v3.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ This project follows [SemVer](https://semver.org/).
439439
This will install the latest supported version:
440440

441441
```bash
442-
composer require clue/reactphp-sqlite:^1.6
442+
composer require clue/reactphp-sqlite:^1.7
443443
```
444444

445445
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)