add changelog

This commit is contained in:
Michele Balistreri 2019-02-11 17:02:16 +03:00
parent 47c0a1e4f1
commit 5e19807262
3 changed files with 20 additions and 0 deletions

View File

@ -15,6 +15,7 @@ api:
sdk_duplication: sdk_duplication.html
apdu:
apdu_overview: apdu_overview.html
apdu_changelog: apdu_changelog.html
apdu_select: apdu_select.html
apdu_init: apdu_init.html
apdu_opensecurechannel: apdu_opensecurechannel.html

View File

@ -0,0 +1,18 @@
---
id: apdu_changelog
title: Protocol
---
# Changelog
## Version 2.1
* Added concept of capabilities, making some APDU conditional and extending the SELECT response.
## Version 2.0
* **BREAKING** Changed application AID
* **BREAKING** Completely redefined the EXPORT KEY command
* **BREAKING** Removed assisted key derivation
* **BREAKING** Removed plain data signing, now only 32-byte long hashes can be signed
* Added internal key generation (GENERATE KEY)
* Added the ability to customize the NDEF response (SET NDEF)
* Added DUPLICATE KEY command

View File

@ -32,6 +32,7 @@ sidebar:
java_sdk: Java SDK
apdu: Protocol
apdu_overview: Overview
apdu_changelog: Changelog
apdu_select: SELECT
apdu_init: INIT
apdu_opensecurechannel: OPEN SECURE CHANNEL