From 7cf515a2078caa43597300e2f5152a3af3140244 Mon Sep 17 00:00:00 2001 From: rorycl Date: Mon, 22 Apr 2024 18:38:49 +0100 Subject: [PATCH] changelog: update for v0.2.1 --- CHANGELOG.txt | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dafbf36..c8612ab 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,13 +1,10 @@ -Changelog for release v0.2.0 +Changelog for release v0.2.1 -This release restructures the cexfind module to have a simpler API, -hence the change from v0.1.x to v0.2. +This small release refactors the internal structure of the cexfind +module. The API remains unchanged. -The cli, webserver and console apps have been restrutured accordingly. - -* console: update to use new cexfind structure -* webserver: update to use new cexfind structure -* cli: update cli.gif and associated vhs file -* cli: use new cexfind package structure -* test: add test for Box.IDUrl -* general: update package structure and command comments +* a simpler duplicate item checker is used +* sorting uses slices.SortFunc, promoting higher-grade equipment of the + same price +* tests were adjusted to suit new sorting +* the module comments were improved