From 2b80262d078b7bf81f721633a24fa8c90daed841 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 20 Aug 2022 23:50:18 +0200 Subject: [PATCH] textual --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8294d2d..93c557838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ 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 Client Makefile to respect global flags (@blshkv) + - Change Makefile, honors global CC values (@blshkv) - Fixed bad memory handling in MifareSim device side (@iceman1001) - Added json topaz file format (@iceman1001) - Added `hf topaz rdbl, wrbl, view` commands (@iceman1001)