2021-06-12 20:18:21 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
|
|
# Unreleased
|
|
|
|
|
|
2021-07-31 10:51:41 +02:00
|
|
|
- Implement `Stream` for `WebSocket`.
|
|
|
|
|
- Implement `Sink` for `WebSocket`.
|
2021-06-12 20:18:21 +02:00
|
|
|
|
|
|
|
|
## Breaking changes
|
|
|
|
|
|
|
|
|
|
None.
|
|
|
|
|
|
2021-07-30 17:20:38 +02:00
|
|
|
# 0.1.1 (30. July, 2021)
|
|
|
|
|
|
|
|
|
|
- Misc readme fixes.
|
|
|
|
|
|
2021-07-30 17:14:13 +02:00
|
|
|
# 0.1.0 (30. July, 2021)
|
2021-06-12 20:18:21 +02:00
|
|
|
|
2021-07-30 17:14:13 +02:00
|
|
|
- Initial release.
|