Skip to content

Commit

Permalink
prepare version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clausecker committed Mar 8, 2024
1 parent e1ed6f3 commit 54f3157
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,16 @@ Release 2.1.4 (2020-09-14)
available for import on old tool chains that aren't module aware.
As this directory is not part of the API, removing it is not an
API break.

Release 2.2.0 (2024-03-09)
N Add new functions Modulation.String(), Modulation.GoString()
N Add new symbols ModulationTypes and BaudRates
C Add a unit test for ListDevices()
C Add a unit test for Device.InitiatorListPassiveTargets()
C Use pkg-config to find libnfc. If this is undesirable, supply build
tag nopkgconfig / no_pkgconfig to switch back to just linking with
-lnfc.
C Permit call to Device.Close() on uninitialised Device struct.
This permits the usual dev, err := nfc.Open(...); defer dev.Close()
idiom.
B Fix an infinite loop in Device.InitiatorListPassiveTargets (issue #12)

0 comments on commit 54f3157

Please # to comment.