Update NEWS & Changelog

This commit is contained in:
Philippe Teuwen 2013-03-09 11:27:56 +01:00
parent 38966cb2fb
commit e7f4d0778e
2 changed files with 23 additions and 1 deletions

4
NEWS
View file

@ -3,8 +3,10 @@ New in 1.7.0-***:
API Changes:
* Functions
- nfc_initiator_target_is_present() & str_nfc_target()
- nfc_initiator_target_is_present() & str_nfc_target():
now take a pointer to nfc_target as argument
- nfc_init(): upon malloc error, doesn't force exit() anymore
so now you should test if context != NULL after nfc_init() call
New in 1.7.0-rc5: