From 7d65b24fd7aee6bd9516ff0e96d9c5906b0c6e62 Mon Sep 17 00:00:00 2001 From: Klaus Reimer Date: Thu, 11 Oct 2018 07:34:42 +0200 Subject: [PATCH] Add changelog entry --- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 493623d..8ba74dd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -9,6 +9,12 @@ + + Renamed os and architecture identifiers to the naming conventions of + the JNA project. So the platforms are now named: linux-x86, + linux-x86-64, linux-arm, linux-aarch64, darwin-x86-64, win32-x86 and + win32-x86-64. + Add missing SPEED_SUPER_PLUS constant.