From 8b3c3d3f7e9ca444528f44c81ae9e83d69bc5edd Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sun, 9 Jun 2024 13:10:00 -0700 Subject: [PATCH] tls: minor changelog fix --- tls/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tls/CHANGELOG.md b/tls/CHANGELOG.md index abbfa75..3c226b7 100644 --- a/tls/CHANGELOG.md +++ b/tls/CHANGELOG.md @@ -5,9 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.4.0] - 2024-06-09 +### Changed +- Updated `w5500-hl` dependency from `0.11.0` to `0.12.0`. + ### Removed - Removed the `ip_in_core` and `std` features. `Ipv4Addr` and `SocketAddrV4` are now provided by `core::net`. -- Updated `w5500-hl` dependency from `0.11.0` to `0.12.0`. ## [0.3.0] - 2023-10-02 ### Changed