From 4d3ec5f113f82f479c274c6a22042e8c9b5b2cc2 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Wed, 23 Mar 2022 08:54:06 -0400 Subject: [PATCH] ndp: tag v0.10.0 Signed-off-by: Matt Layher --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6fc33f..0e84c78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## v0.10.0 + +- [API Change] + [commit](https://github.com/mdlayher/ndp/commit/0e153112a3ae254e05f4e55afdb684da0712d5c9): + `ndp.CaptivePortal` and `ndp.MTU` are now structs to allow for better + extensibility. `ndp.NewCaptivePortal` now does argument validation and returns + an error for various cases. `ndp.Unrestricted` is available to specify "no + captive portal". +- [New API] + [commit](https://github.com/mdlayher/ndp/commit/7d558c930180892ed63e3213bb45bc62c71b6fa5): + `ndp.Nonce` implements the NDP Nonce option as described in RFC 3971. Though + this library does not implement Secure Neighbor Discovery (SEND) as of today, + this option can also be used for Enhanced Duplicate Address Detection (DAD). + ## v0.9.0 **This is the first release of package `ndp` that only supports Go 1.18+ due to