From ba75b7ee222f5e0ae75f0424715f7885c3653383 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Tue, 5 Dec 2023 17:58:00 +0100 Subject: [PATCH] add missing changes --- Changes | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 51b356f..f6f5540 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +v0.05 + - remove dependency List::MoreUtils + - make sure the code will work on perl 5.8 + - make sure the code will work on 32 bits + - make sure the code will work on newer versions of perl where MIME::Base64 supports base64 url format + - change version schema + - some small refactors + v0.0.4 - fix issue with pack Q on 32 bits environment - fix issue with missing dependency @@ -9,4 +17,4 @@ v0.0.2 - add first pod v0.0.1 - - initial version, incomplete \ No newline at end of file + - initial version, incomplete