From 17bfa9ce569fef65faa52e989075293728ae2376 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sun, 20 Oct 2024 18:26:27 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15281a0bd..b13b358b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file. 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). -## 5.19.0 | 6.7.0 — 16.08.2024 +## 5.19.1 | 6.7.1 — 20.10.2024 + +* Removed `IPv6Component` function as an unnecessary one; +* Formally added support for `Windows 11 IoT Enterprise LTSC 2024` + * Closes #591 +* Code refactoring; +* Minor changes. + +## 5.19.0 | 6.7.0 — 07.10.2024 * Added Windows 11 Enterprise LTSC 2024 support; * Added bypass for UCPD driver restriction in `Set-Association` function while associaing an app with .pdf extention and http/https protocols;