From ecb5879da8749f8a420ae110ec4c09926c4e21a6 Mon Sep 17 00:00:00 2001 From: tharexde Date: Wed, 20 Jan 2021 01:06:09 +0100 Subject: [PATCH] entry for extended sim function for EM4x50 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a2c3e0ad..dbe79d9bf 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] + - Added half duplex support for `lf em 4x50 sim` (sim function is now complete) (@tharexde) - Added `tools/hitag2crack/crack5opencl`, an optimized version of `crack5gpu` (@matrix) - Fixed Makefile to account for changes when running on Apple Silicon (@tcprst) - Added support for debugging ARM with JTAG & VSCode (@Gator96100)