From ad3f4ab6c6534b918727baaafb840d3e304c529f Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Thu, 26 Oct 2023 22:54:57 +0200 Subject: [PATCH] netscape-go: update changelog Signed-off-by: VirtualTam --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d72039a..a9f18ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [v2.2.0](https://github.com/virtualtam/netscape-go/releases/tag/v2.2.0) - 2023-10-26 +### Changed + +- Require Go 1.21 +- Update CI workflows +- Marshal / encoder: HTML-escape bookmark description +- Unmarshal / decoder: HTML-unescape bookmark description + + ## [v2.1.0](https://github.com/virtualtam/netscape-go/releases/tag/v2.1.0) - 2022-06-03 ### Changed