Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Fix wrong access control level for GCDProxyServer
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhaow committed Mar 31, 2018
1 parent feb068c commit 83818b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
I will do my best to guarantee that this project adheres to [Semantic Versioning](http://semver.org/) after 1.0.0, but please do read change log before updating.

## 0.12.5

### Fixed
- Fix wrong access control level for `GCDProxyServer`.

## 0.12.4

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/ProxyServer/GCDProxyServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ open class GCDProxyServer: ProxyServer, GCDAsyncSocketDelegate {
- parameter socket: The accepted socket.
*/
func handleNewGCDSocket(_ socket: GCDTCPSocket) {
open func handleNewGCDSocket(_ socket: GCDTCPSocket) {

}

Expand Down

0 comments on commit 83818b7

Please sign in to comment.