Skip to content

Commit e76fa24

Browse files
Update CHANGELOG.md
1 parent 81e5d2b commit e76fa24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Updating from 1.0.0 to 2.0.0
44
- Overall php version requirement was bumped from `5.5` to `7.3`
5+
- ReactPHP dependencies have been upped to their latest versions
56
- Fluent interfaces in `Dataloader::prime()`,`DataLoader::clear` and `DataLoader::clearAll()` were removed. So change usages like:
67
```php
78
$dataloader->clear('A')->prime('A', 'Y');
@@ -11,4 +12,4 @@
1112
$dataloader->clear('A');
1213
$dataloader->prime('A', 'Y');
1314
```
14-
- All classes in the library have been marked as final.
15+
- All classes in the library have been marked as final.

0 commit comments

Comments
 (0)