From 3fc2b9f472eb57b22b3f82ecca24afbc952efa82 Mon Sep 17 00:00:00 2001 From: James Waples Date: Wed, 7 Feb 2024 20:16:57 +0000 Subject: [PATCH] Changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc92ade..1139e2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,8 @@ An EtherCAT master written in Rust. to a group's PDI whilst in `PRE-OP`. - [#180](https://github.com/ethercrab-rs/ethercrab/pull/#180) Add `ethercrab::std::ethercat_now` function to get the current time in nanoseconds from the EtherCAT epoch of 2000-01-01. +- [#162](https://github.com/ethercrab-rs/ethercrab/pull/162) Add support for FreeBSD and NetBSD + using BPF. ### Fixed