From ce5c8a3b9d03f07e7da71e392264f22d438ded65 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 21 Aug 2023 02:45:08 +0200 Subject: [PATCH] oops authors confusion in changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0689e1..2bf4724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,16 +10,16 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Changed MF1 command ids (@domints) - Changed nonce randomness on nested auth for hardnested attack (@Foxushka) - Added commands to configure MF1 emulation magic modes and more (@Foxushka) - - Added `hw factory_reset` to wipe user data (@F9Alejandro) + - Added `hw factory_reset` to wipe user data (@augustozanellato) - Changed slot nickname encoding gbk -> utf8 (@doegox) - Added 5-second watchdog (@doegox) - Added option to enable NRF_LOG UART on SWO pin (@doegox) - Added `hw slot list` (@Foxushka) - - Added `hw version` (@nemanjan00 and @F9Alejandro) + - Added `hw version` (@nemanjan00 and @augustozanellato) - Fixed data sanity check in MF1 emulation (@sgnusov) - Fixed settings/dumps/nicks data corruption in flash (@doegox) - Fixed slot LED on button wake-up (@doegox) - - Added support for init, reset and migrate settings (@F9Alejandro) + - Added support for init, reset and migrate settings (@augustozanellato) - Added support to save settings in flash (@domints) - Added `hw settings animation` to configure startup animation (@domints) - Fixed compilation warnings from SDK (@doegox)