aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2020-09-20 05:01:06 +0200
committerRobin Krahl <robin.krahl@ireas.org>2020-09-20 11:50:05 +0200
commite9a06bb9a2802a5ae6011fcd96cf54e1cfc7d311 (patch)
treebac0eab277ac64d6960dd433b7603393bbab2561 /CHANGELOG.md
parent483ec7256d6c4d01ba6c41513fdf8bbd7df6b4b3 (diff)
downloadnitrokey-sys-rs-e9a06bb9a2802a5ae6011fcd96cf54e1cfc7d311.tar.gz
nitrokey-sys-rs-e9a06bb9a2802a5ae6011fcd96cf54e1cfc7d311.tar.bz2
Derive Default for libnitrokey structs
This patch adds the --with-derive-default option to the bindgen invocation so that it derives Default implementations for all libnitrokey structs. This allows us to simplify code in nitrokey-rs, for example the initialization of structs that are used in nitrokey-sys functions with output parameters.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a440ca1..a7af9fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# Unreleased
+- Derive `Debug` for all structs generated by `bindgen`.
+
# v3.5.0 (2019-07-04)
- Mark deprecated functions using the `deprecated` attribute.
- Update to libnitrokey 3.5, causing all following changes.