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

Multi-recipient swaks test

- Add a multi-recipient test to run-tests.sh
- Removal accidental output of jq binary location when pretty-printing REST JSON
- Add To: change to CHANGELOG.md
- Fix comment typo
This commit is contained in:
James Hillyerd
2016-09-18 13:03:10 -07:00
parent 8f14ba8359
commit 01ea89e7e2
4 changed files with 13 additions and 5 deletions

View File

@@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[Unreleased]
------------
### Added
- Storage of To: header in messages (likely breaks existing datastores)
### Fixed
- We should no longer run out of file handles when dealing with a large number
of recipients on a single message.