diff options
author | Brandon West <brawest@gmail.com> | 2015-01-26 10:43:02 -0700 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2015-01-26 10:43:02 -0700 |
commit | 007ed30dd6b0d9c121a53fcb6a0a8e48b517de6c (patch) | |
tree | 6fa6e85bf5cb4e690ca1a923690807207f70c3e1 | |
parent | c97ccbbcbea24c8f2ac66163032f422721a11bd6 (diff) | |
download | sendgrid-csharp-007ed30dd6b0d9c121a53fcb6a0a8e48b517de6c.zip sendgrid-csharp-007ed30dd6b0d9c121a53fcb6a0a8e48b517de6c.tar.gz sendgrid-csharp-007ed30dd6b0d9c121a53fcb6a0a8e48b517de6c.tar.bz2 |
Create CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..335b129 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Change Log +All notable changes to this project will be documented in this file. + +## [5.1.0] - 2015-1-26 +### Added +- This changelog. +- `Web` transport constructor that accepts a `TimeSpan` to specify HTTP timeout +- Null values in header will now result in a `ArgumentNullException` + +### Changed +- Updated to SendGrid.SmtpApi 1.2.0, which means Unicode in header values will work properly. + +### Fixed +- Removed redundant status code check that was throwing unhelpful errors +- Unicode in header values will now work properly |