From 671da8181cb729dca449cc597dc6c89d4f429b73 Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov <1580082+sbogolepov@users.noreply.github.com> Date: Wed, 2 Oct 2019 10:37:15 +0300 Subject: [PATCH] [CHANGELOG] Mention watchos_arm64 in 1.3.60 changelog (#3409) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e5fd8a422..ea6e5b48aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ * Support XCode 11 * Switch to LLVM 8.0 * New compiler targets: - * watchOS targets, watchos_x86 and watchos_arm32 (GH-3323, GH-3344) + * watchOS targets, watchos_x86, watchos_arm64 and watchos_arm32 (GH-3323, GH-3404, GH-3344) * tvOS targets tvos_x64 and tvos_arm64 (GH-3303, GH-3363) * native Android targets android_x86 and android_x64 (GH-3306, GH-3314) * Standard CLI library kotlinx.cli is shipped with the compiler distribution (GH-3215)