From 08c2d447fd49e26e37d38a59d10f707576a54d33 Mon Sep 17 00:00:00 2001 From: tharexde Date: Wed, 20 Jan 2021 01:08:20 +0100 Subject: [PATCH] textual --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe79d9bf..323774a34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +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 support for bidirectional communication for `lf em 4x50 sim` (@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)