We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ef364 commit 77c7b2dCopy full SHA for 77c7b2d
CHANGELOG.md
@@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
-...
+
10
+### Changed
11
+- Changed the names of `UdpClient`/`TcpClient` to `UdpClientStack`/`TcpClientStack`
12
+- Changed the names of `UdpServer`/`TcpServer` to `UdpFullStack`/`TcpFullStack`
13
14
## [0.2.0] - 2020-12-02
15
0 commit comments