From ea8798ecc835d985584d58cc12bc1224ece0c641 Mon Sep 17 00:00:00 2001 From: Will Date: Sat, 9 Sep 2023 13:22:12 -0400 Subject: [PATCH] changelog: 0.9.1 --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 4303f314..3cf8e529 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,8 @@ Replaced usage of "alternative operators" -- `and`, `or`, `not` -- with their "traditional" counterparts -- `&&`, `||`, `!`. This fixes compilation issues on MSVC. +Android's CI pipeline uses just the latest five NDKs. + ## 0.9.0 ### Cli (0.9.0)