Skip to content

Commit 8534d06

Browse files
authored
chore: update changelog (#621)
1 parent 463b937 commit 8534d06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55
### features
66

7-
- feat(io): added `Reader::readUntilBounded(string $suffix, int $max_bytes, ?Duration $timeout)` method, which reads until a suffix is found, but throws `IO\Exception\OverflowException` if the content exceeds `$max_bytes` before the suffix is encountered.
8-
- feat(io): added `IO\Exception\OverflowException` exception class.
7+
- feat(io): added `Reader::readUntilBounded(string $suffix, int $max_bytes, ?Duration $timeout)` method, which reads until a suffix is found, but throws `IO\Exception\OverflowException` if the content exceeds `$max_bytes` before the suffix is encountered - [#620](https://github.com/azjezz/psl/pull/620) - by @azjezz
8+
- feat(io): added `IO\Exception\OverflowException` exception class - [#620](https://github.com/azjezz/psl/pull/620) - by @azjezz
9+
- feat(type): add `Type\json_decoded()` type for transparent JSON string coercion - [#619](https://github.com/azjezz/psl/pull/619) by @veewee
10+
- feat(type): add `Type\nullish()` type for optional-and-nullable shape fields - [#618](https://github.com/azjezz/psl/pull/618) by @veewee
911

1012
## 5.4.0
1113

0 commit comments

Comments
 (0)