File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased] ( https://github.com/pusher/NWWebSocket/compare/0.4.0...HEAD )
7
+ ## [ Unreleased] ( https://github.com/pusher/NWWebSocket/compare/0.5.0...HEAD )
8
+
9
+ ## [ 0.5.0] ( https://github.com/pusher/NWWebSocket/compare/0.4.0...0.5.0 ) - 2020-11-20
10
+
11
+ ### Added
12
+
13
+ - Connection state reporting and automatic migration when a better network path becomes available.
14
+
15
+ ### Changed
16
+
17
+ - Improved Apple Quick Help documentation comments coverage.
18
+ - Error-reporting improvements (passes the ` NWError ` directly via the delegate callback).
8
19
9
20
## [ 0.4.0] ( https://github.com/pusher/NWWebSocket/compare/0.3.0...0.4.0 ) - 2020-10-27
10
21
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'NWWebSocket'
3
- s . version = '0.4 .0'
3
+ s . version = '0.5 .0'
4
4
s . summary = 'A WebSocket client written in Swift, using the Network framework from Apple'
5
5
s . homepage = 'https://github.com/pusher/NWWebSocket'
6
6
s . license = 'MIT'
You can’t perform that action at this time.
0 commit comments