Skip to content

Commit

Permalink
Changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Sep 2, 2023
1 parent 65e5116 commit 2b181fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ An EtherCAT master written in Rust.
- [#102] PDU retry behaviour is now configurable between no retries, a limited count, or retrying
forever with the `RetryBehaviour` struct and associated `ClientConfig.retry_behaviour` option.
- [#103] Added optional `serde` feature to enable ser/de of some EtherCrab items.
- [#104] Implement `std::error::Error` for `ethercrab::error::Error` when the `std` feature is
enabled.

### Changed

Expand Down Expand Up @@ -192,5 +194,6 @@ An EtherCAT master written in Rust.
[#101]: https://github.com/ethercrab-rs/ethercrab/pull/101
[#102]: https://github.com/ethercrab-rs/ethercrab/pull/102
[#103]: https://github.com/ethercrab-rs/ethercrab/pull/103
[#104]: https://github.com/ethercrab-rs/ethercrab/pull/104
[0.2.0]: https://github.com/ethercrab-rs/ethercrab/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/ethercrab-rs/ethercrab/compare/fb37346...v0.1.0

0 comments on commit 2b181fe

Please sign in to comment.