Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thatstoasty committed Jun 20, 2024
1 parent 3d05e8f commit bfcfafa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- UDP support in `net` package.
- `examples` package with `tcp` and `udp` examples using `Socket` and their respective `dial` and `listen` functions.
- Added `scan_runes` split function to `bufio.scan` module.
- Added `bufio.Scanner` examples to the `examples` directory.

### Removed

- `Listener`, `Dialer`, and `Conn` interfaces have been removed until Trait support improves. For now, call `listen_tcp/listen_udp` and `dial_tcp/dial_udp` functions directly.

### Changed

- Incrementally moving towards using `Span` for the `Reader` and `Writer` traits. Added an `_read` function to `Reader` and `_read_at` to `ReaderAt` traits to enable reading into `Span`. The usual implementation is the take a `List[UInt8]` but then to use `_read` and pass a `Span` constructed from the List.

## [0.0.1] - 2024-06-16

### Changed
Expand Down

0 comments on commit bfcfafa

Please sign in to comment.