packages feed

smtp-mail-0.2.0.0: CHANGELOG.md

# CHANGELOG

This package follows the Package Versioning Policy.
Roughly speaking, this means that we have four digits standing for:

- Major: A significant rewrite of the library.
- Major: A breaking change
- Minor: A non-breaking addition
- Patch: A non-breaking bugfix

## Upcoming

If you are doing a pull-request, please update this list.
A template is provided:

```
- [# PR number](URL to pr) @your_github_username
  - Describe change #1
  - Describe change #2
  - Indicate if changes are major, minor, or patch changes.
```

## 0.2.0.0

- [#25](https://github.com/jhickner/smtp-mail/pull/25) @shulhi
    - References to the deprecated `Network` module were removed and replaced 
      with the new `connection` package. 
    - Duplicate functionality was deprecated.
- [#23](https://github.com/jhickner/smtp-mail/pull/23) @alexandersgreen
    - The `Cc` and `Bcc` fields will be sent to the SMTP server, and they'll 
      actually be sent now.