From 08b4769f3f34e5a25b16eece437750edceb4d020 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 10 Sep 2023 19:49:09 +0200 Subject: [PATCH] text --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1803239cb..be1d1b9f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] + - Fixed `utils.lua` library function "convertdectohex" wasn't working (@iceman1001) ## [Raccoon.4.17140][2023-09-09] - Changed text and adjust pm3_test case for mf_aes_brute (@doegox)