Skip to content

Commit

Permalink
* Changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Olha Danylova committed Jun 25, 2019
1 parent 55c436b commit bbd9999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# RELEASE HISTORY

### 0.0.14 / ?, 2019
### 0.0.14 / June 25, 2019
* the sendEmails functions renamed into the sendEmailFromTemplate:
```
func sendEmailFromTemplate(templateName: String, envelope: EmailEnvelope, responseHandler: ((MessageStatus) -> Void)!, errorHandler: ((Fault) -> Void)!)
func sendEmailFromTemplate(templateName: String, templateValues: [String : String], envelope: EmailEnvelope, responseHandler: ((MessageStatus) -> Void)!, errorHandler: ((Fault) -> Void)!)
```
* added custom serialization/deserialization for class BackendlessGeoQuery

### 0.0.13 / June, 21 2019
* the EmailEnvelope signatures changed
Expand Down
Binary file not shown.

0 comments on commit bbd9999

Please sign in to comment.