Skip to content

Commit

Permalink
docs: breaking change note
Browse files Browse the repository at this point in the history
  • Loading branch information
daddykotex committed Jan 3, 2025
1 parent 82273fd commit f74a209
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,10 @@ libraryDependencies += "org.jvnet.mock-javamail" % "mock-javamail" % "1.9" % "te

With this library, you should, given a little bit of boilerplate, be able to set a test against a mocked Mailbox. This repo contains [an example](src/test/scala/mailspec.scala).

## changelog

**4.0.0-RC1**

- includes a breaking change in the Mailer#apply function. It now returns a `Future[String]` as opposed to a `Future[Unit]`.

(C) Doug Tangren (softprops) and others, 2013-2018

0 comments on commit f74a209

Please sign in to comment.