From 43421164e2615cba056712534b4a6f3242b6924e Mon Sep 17 00:00:00 2001 From: Yang Date: Fri, 28 May 2021 17:12:50 +1000 Subject: [PATCH] Prepare for release 2.17.0. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d62e8c2fc..de3f3378a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v2.17.0 + +* Add option to toggle Linux hardware acceleration - [#154](https://github.com/ReactiveCircus/android-emulator-runner/pull/154) @stevestotter + ## v2.16.0 * Avoid wrapping script code in quotes - [#134](https://github.com/ReactiveCircus/android-emulator-runner/pull/134) @hostilefork