From dc98f4b660082b62c5a3cc10166caa430d4c7663 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 f3b8f426..2d538210 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