From c02f45a767afa5f964a3c1f73843dd53c5bccf07 Mon Sep 17 00:00:00 2001 From: Doridian Date: Sat, 11 Jun 2022 16:21:49 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a16eb2122..7cc3295fd 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] + - Change use of `sprintf` in code to `snprintf` to fix compilation on macOS (@Doridian) - Change `hf mf mad` - it now takes a dump file for offline MAD decoding (@iceman1001) - Fixed Standalone mode hf_iceclass - wrong fpga image set (@iceman1001) - Fixed `hf iclass sim` - wrong fpga image set (@iceman1001) Thanks to NVX!