Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,42 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
|
||
## [Unreleased] | ||
|
||
## [0.8.3] - 2019-03-21 | ||
|
||
Changes includes in this release: | ||
|
||
- MIME4J-270: Using "alternative" as default subtype | ||
- MIME4J-263: decoding encoded words with empty encoded-text | ||
- MIME4J-279: Fixed JavaDoc errors to comply with Java8 | ||
- MIME4J-280: Improve exception handling | ||
- MIME4J-283: DecoderUtil performance fix | ||
|
||
## [0.8.2] - 2018-04-27 | ||
|
||
This release solves the following bugs: | ||
|
||
- MIME4J-267 MIME4J DOM parsing errors on specific formats | ||
- MIME4J-273 Correcting encoder splitting point | ||
|
||
The following feature were added: | ||
|
||
- MIME4J-269 Introduce a safe to use, PERMISSIVE configuration | ||
- MIME4J-268 DefaultMessageWriter: expose a convenient *asBytes* method | ||
- MIME4J-271 Make possible to define a Content-Type parameter | ||
- MIME4J-272 Implicit DOM builder call | ||
|
||
## [0.8.1] - 2017-06-27 | ||
|
||
This release includes: | ||
|
||
- Work on the MIME4J DOM date: | ||
- provide a way to know the header Date is absent | ||
- correction of header parsing when century is absent | ||
|
||
## [0.8.0 & earlier] - 2016-10-12 | ||
|
||
Too many untracked changes, sorry. But you can have a look at our [JIRA](https://issues.apache.org/jira/browse/MIME4J) |