add changelog

This commit is contained in:
merlokk 2018-11-20 17:34:29 +02:00
parent 9df1d14ca4
commit 291321f01d

View file

@ -83,6 +83,9 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
- Added `hf fido` commands that work with FIDO U2F authenticators (@merlokk)
- Added mbedtls instead of old polarssl (@merlokk)
- Added jansson (@merlokk)
- Added `hf emv scan` - save card's data to json file (@merlokk)
- Added `hf emv` `gpo`, `readrec`, `genac`, `challenge`, `intauth` - separate commands from `hf emc exec` (@merlokk)
### Fixed
- Changed driver file proxmark3.inf to support both old and new Product/Vendor IDs (piwi)
- Changed start sequence in Qt mode (fix: short commands hangs main Qt thread) (Merlok)