Skip to content

Commit d760c9f

Browse files
committed
Changelog updated
1 parent 2d91d33 commit d760c9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1313
- Fix - Query - Chunked - Resolved infinite loop when start chunk > 1 #477 (thanks @NeekTheNook)
1414
- Attachment with symbols in filename #436 (thanks @nuernbergerA)
1515
- Ignore possible untagged lines after IDLE and DONE commands #445 (thanks @gazben)
16+
- Fix Empty Child Folder Error #474 (thanks @bierpub)
17+
- Filename sanitization improved #501 (thanks @neolip)
18+
- `Client::getFolderPath()` return null if folder is not set #506 (thanks @arnolem)
19+
- Fix implicit marking of parameters as nullable, deprecated in PHP 8.4 #518 (thanks @campbell-m)
1620

1721
### Added
1822
- IMAP STATUS command support added `Folder::status()` #424 (thanks @InterLinked1)
@@ -21,6 +25,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2125
- Config handling moved into a new class `Config::class` to allow class serialization (sponsored by elb-BIT GmbH)
2226
- Support for Carbon 3 added #483
2327
- Custom decoder support added
28+
- Decoding filename with non-standard encoding #535 (thanks @grnsv)
2429

2530
### Breaking changes
2631
- The decoder config has been moved from `options.decoder` to `decoding` and contains now the `decoder` class to used as well as their decoding fallbacks

0 commit comments

Comments
 (0)