Skip to content

Commit 9b19a48

Browse files
committed
docs: adds CHANGELOG entry for #98
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent 08b32fa commit 9b19a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ All notable changes to this project will be documented in this file, in reverse
2626

2727
### Removed
2828

29-
- Nothing.
29+
- [#98](https://github.com/laminas/laminas-mail/pull/98) removes `Laminas\Mail\Transport\Null`, as it is unusable with the new minimum supported PHP version (7.1). Users should use `Laminas\Mail\Transport\InMemory` instead. As this has been the default when requesting a "null" transport from `Laminas\Mail\Transport\Factory` for the past several minor releases, end-users should be unaffected. However, **users are encouraged to specify "inmemory" instead of "null" when requiring a no-op transport.**
3030

3131
### Fixed
3232

0 commit comments

Comments
 (0)