diff options
author | Joel Fischer <joeljfischer@users.noreply.github.com> | 2016-03-23 15:23:37 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@users.noreply.github.com> | 2016-03-23 15:23:37 -0400 |
commit | d0334dc30db3d4035b79a1d7c2f202d6c56a2a13 (patch) | |
tree | 2b1fbd5de7404f6dbbe58c6669e18e01bb64f11d /CHANGELOG.md | |
parent | a581e8c749824546b0209fa67ae5796c1b126203 (diff) | |
download | sdl_ios-d0334dc30db3d4035b79a1d7c2f202d6c56a2a13.tar.gz |
Fixed a typo in CHANGELOGrelease/4.1.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ca6c53c2..3452672da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Bug Fixes * `[SDLProxyListener onProxyOpened]` will only be called when the RPC service starts, instead of any service. -* Sending heartbeat has been deprecated. The iOS proxy will not only respond to heartbeats. +* Sending heartbeat has been deprecated. The iOS proxy will now only respond to heartbeats. * `SYSTEM_REQUEST` RPC now properly uploads and returns data. * `SDLStreamingMediaManager`'s version check now correctly compares versions |