From 933080c87ca53a08e403b5efc280142dfc2469af Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 8 Dec 2015 11:07:50 +0100 Subject: [PATCH] upd changes.txt --- changes.txt | 3 ++- library.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index 0618674..63c3e9d 100644 --- a/changes.txt +++ b/changes.txt @@ -1,7 +1,8 @@ 5 Dec 2015 - recognize infineon cards correctly @mayatforest - added multi reader support, see example @lmmeng -- functions return MFRC522::StatusCode instead of generic byte @rotzbua +- functions return MFRC522::StatusCode and MFRC522::PICC_Type instead of generic byte @rotzbua +- removed int-values of MFRC522::StatusCode and MFRC522::PICC_Type @rotzbua 10 Nov 2014 - Updated the changelog. diff --git a/library.properties b/library.properties index d223ed8..3337ae1 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=MFRC522 #date as version - no leading zero -version=2015.9.4 +version=2015.12.8 author=GithubCommunity maintainer=miguelbalboa sentence=Arduino RFID Library for MFRC522 (SPI)