1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

smtp: rename readByteLine to readDataBlock for #98.

Update change log.
This commit is contained in:
James Hillyerd
2018-05-06 12:09:55 -07:00
parent 894db04d70
commit fdcb29a52b
2 changed files with 12 additions and 4 deletions

View File

@@ -4,12 +4,20 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
- SMTP TLS support (thanks kingforaday.)
## [v2.0.0] - 2018-05-05
### Changed
- Corrected docs for INBUCKET_STORAGE_PARAMS (thanks evilmrburns.)
- Disabled color log output on Windows, doesn't work there.
## [v2.0.0-rc1] - 2018-04-07
### Added