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 8aa35c1 commit f71b516Copy full SHA for f71b516
CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [1.2.2] - 2023-03-27
8
+
9
+### Added
10
+- Added JoinChannel and LeaveChannel methods
11
12
+### Changed
13
+- Fixed decoded chars array being too small issue
14
+- Switched to using StringBuilder when decoding IRC messages
15
+- Upgraded ExampleProject to Unity 2021.3.21f1 (LTS)
16
17
18
## [1.2.1] - 2023-01-24
19
20
### Added
0 commit comments