diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa22f8a4..50f24d7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -417,9 +417,9 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Changed `hf 15 sim` - now supports reader writes (@markus-oehme-pg40) - Added `hf 15 eload` - specify memory image for ISO15693 simulation (@markus-oehme-pg40) - Added `hf 15 sim --blocksize` - configure block size for simulation (@markus-oehme-pg40) - - Fixed buffer overflow in mfu ndef decode (@mwalker) - - Changed spiffs write/append to send in 8192 chunks to ensure its eraised (@mwalker) - - Fixed spiffs dump to ensure to fails correctly if no big_buff was allocated (@mwalker) + - Fixed buffer overflow in mfu ndef decode (@mwalker33) + - Changed spiffs write/append to send in 8192 chunks to ensure its eraised (@mwalker33) + - Fixed spiffs dump to ensure to fails correctly if no big_buff was allocated (@mwalker33) - Change Client Makefile to respect global flags (@blshkv) - Change Makefile, honors global CC values (@blshkv) - Fixed bad memory handling in MifareSim device side (@iceman1001) @@ -625,7 +625,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Fixed `hf fido` commands now works correctly (@merlokk) - Moved / renamed `client/resource/fido2_defparams.json` -> `client/resource/hf_fido2_defparams.json` (@merlokk) - Added `hf cipurse` commands to work with cipurse transport cards (@merlokk) - - Added `--gap` option to lf em 410x sim for more control over sim data (@mwalker) + - Added `--gap` option to lf em 410x sim for more control over sim data (@mwalker33) - Changed `hf fido` - refactored load/save json objects (@iceman1001) - Moved / renamed `fido2.json` -> `client/resource/fido2_defparams.json` (@iceman1001) - Added openocd shikra support based on @ninjastyle82 patch to deprecated iceman fork (@iceman1001)