From 104f7d87ccc358d48f772969da708b9eba1958bc Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 4 Jul 2019 10:31:08 +0000 Subject: Mark deprecated functions using the deprecated attribute MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit nitrokey-sys currently contains two deprecated functions: `NK_status` and `NK_totp_get_time`. This patch adds Rust’s `deprecated` attribute to the functions. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index c5bf152..feca334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Unreleased +- Mark deprecated functions using the `deprecated` attribute. - Update to libnitrokey 3.5, causing all following changes. - New constant `NK_PWS_SLOT_COUNT`. - New structures: -- cgit v1.2.1