From 2d3ad38853a5010037489fb1becebcf0e05e9cf3 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 10 Jul 2025 13:22:21 +0300 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Alexander --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5875edeec..5d8a9132c 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 `mqtt` segfault and gdb warning under windows (proper thread stopping and socket handling). (@virtyvoid) - Added `mqtt` - the pm3 client can now send and receive MQTT messages or json files. (@iceman1001) - Changed `hf iclass wrbl` - replay behavior to use privilege escalation if the macs field is not passed empty(@antiklesys) - Changed `hf iclass restore` - it now supports privilege escalation to restore card content using replay (@antiklesys)