From 0c3d2cee2baf7c18d98e027b3a902aba467240a5 Mon Sep 17 00:00:00 2001 From: Eloff Date: Mon, 15 Jul 2019 00:00:34 +0300 Subject: [PATCH] Changelog for PR #245, #246 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd057c73..3b9a41a37 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] + - Fix Mifare Classic simulation more flexible anti-collision check (@McEloff) + - Change: Mifare Classic simulation not respond NACK on invalid authentication request (@McEloff) - Change: Don't clear trace log during 'hf mf chk', to save whole process history (@McEloff) - Add support for WSL in proxmark.sh (@doegox) - Add documentation for usage of Proxmark3 under WSL (@doegox)