Merge pull request #129 from amousset/master
style(all): Split changelogs
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# lettre
|
||||
[](https://travis-ci.org/lettre/lettre)
|
||||
[](https://ci.appveyor.com/project/amousset/lettre/branch/master)
|
||||
[](https://coveralls.io/github/lettre/lettre?branch=master)
|
||||
[](https://crates.io/crates/lettre)
|
||||
[](https://docs.rs/lettre/)
|
||||
[](./LICENSE)
|
||||
@@ -43,7 +42,7 @@ lettre = "0.6"
|
||||
|
||||
## Testing
|
||||
|
||||
The tests require an open mail server listening locally on port 25 and the `sendmail` command.
|
||||
The tests require an open mail server listening locally on port 2525 and the `sendmail` command.
|
||||
|
||||
## License
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#### Features
|
||||
|
||||
* **all**
|
||||
* Update uuid crate to 0.4
|
||||
* Update env-logger crate to 0.4
|
||||
* Update openssl crate to 0.9
|
||||
|
||||
@@ -17,23 +16,10 @@
|
||||
|
||||
#### Bugfixes
|
||||
|
||||
* **email**
|
||||
* #85: Use address-list for "To", "From" etc.
|
||||
|
||||
* **tests**
|
||||
* #93: Force building tests before coverage computing
|
||||
|
||||
### v0.6.0 (2016-05-05)
|
||||
|
||||
#### Features
|
||||
Nothing.
|
||||
|
||||
* **email**
|
||||
* multipart support
|
||||
* add non-consuming methods for Email builders
|
||||
|
||||
#### Beaking Change
|
||||
|
||||
* **email**
|
||||
* `add_header` does not return the builder anymore,
|
||||
for consistency with other methods. Use the `header`
|
||||
method instead
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
|
||||
* **all**
|
||||
* Update uuid crate to 0.4
|
||||
* Update env-logger crate to 0.4
|
||||
* Update openssl crate to 0.9
|
||||
|
||||
### v0.6.1 (2016-10-19)
|
||||
|
||||
|
||||
2
rustfmt.toml
Normal file
2
rustfmt.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
reorder_imports = true
|
||||
reorder_imported_names = true
|
||||
Reference in New Issue
Block a user