Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgamma committed Feb 11, 2019
1 parent 47c0a1e commit 5e19807
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/_data/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions source/api/apdu_changelog.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions themes/navy/languages/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e19807

Please sign in to comment.