From 5e19807262540863b7b21d1b1f3c0d6ddc9e2a9c Mon Sep 17 00:00:00 2001 From: Michele Balistreri Date: Mon, 11 Feb 2019 17:02:16 +0300 Subject: [PATCH] add changelog --- source/_data/sidebar.yml | 1 + source/api/apdu_changelog.md | 18 ++++++++++++++++++ themes/navy/languages/en.yml | 1 + 3 files changed, 20 insertions(+) create mode 100644 source/api/apdu_changelog.md diff --git a/source/_data/sidebar.yml b/source/_data/sidebar.yml index 3b113e12..789e5888 100644 --- a/source/_data/sidebar.yml +++ b/source/_data/sidebar.yml @@ -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 diff --git a/source/api/apdu_changelog.md b/source/api/apdu_changelog.md new file mode 100644 index 00000000..97666351 --- /dev/null +++ b/source/api/apdu_changelog.md @@ -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 \ No newline at end of file diff --git a/themes/navy/languages/en.yml b/themes/navy/languages/en.yml index 8e1f5099..78d4ae69 100644 --- a/themes/navy/languages/en.yml +++ b/themes/navy/languages/en.yml @@ -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