Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Apr 25, 2017
1 parent 9371147 commit 36de866
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ Change Log

### master (unreleased)

### 0.7.5 (2017-04-25)

* Add support for new certificate type (passes)
* Fix rich text (#49)
* Fix app name (#47)
* Update docs pushing to macOS

### 0.7.4 (2017-01-16)

Expand Down
2 changes: 1 addition & 1 deletion Mac/NWAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ - (void)push
if (read) {
if (!failed) NWLogInfo(@"Payload has been pushed");
} else {
NWLogWarn(@"Unable to read failed: %@", error.localizedDescription);
NWLogWarn(@"Unable to read: %@", error.localizedDescription);
}
[_hub trimIdentifiers];
});
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ After a second or so, we can take a look to see if the notification was accepted
} else if (read) {
NSLog(@"Read and none failed");
} else {
NSLog(@"Unable to read failed: %@", error);
NSLog(@"Unable to read: %@", error);
}
```
Expand Down

0 comments on commit 36de866

Please sign in to comment.