You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
## Unreleased
6
6
-[Compare to latest release][unreleased]
7
7
8
+
## [1.3.1] - 2016-11-13
9
+
### Added
10
+
- Instructions for use with Google Cloud
11
+
12
+
### Fixed
13
+
-[#114](https://github.com/SparkPost/python-sparkpost/pull/114) Issue where emojis in the body of a message were being forced to ASCII
14
+
-[#118](https://github.com/SparkPost/python-sparkpost/pull/118) Fixed improper setting of header_to value when using cc and primary recipient has substitution data
15
+
-[#119](https://github.com/SparkPost/python-sparkpost/pull/119) Added missing `sources` to suppression list key map
16
+
17
+
8
18
## [1.3.0] - 2016-10-01
9
19
### Added
10
20
-[#121](https://github.com/SparkPost/python-sparkpost/pull/121) Added extended error code to `SparkPostAPIException` class
@@ -98,8 +108,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
98
108
- Metrics class for getting a list of campaigns and domains
0 commit comments