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.