Skip to content

Commit 22965df

Browse files
committed
Prepare for release 2.6.1.
1 parent 49a3d04 commit 22965df

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
# Change Log
22

3+
## v2.6.1
4+
5+
* Fixed SDK license issue on Linux when downloading API 28+ system images - [#42](https://github.com/ReactiveCircus/android-emulator-runner/issues/42).
6+
37
## v2.6.0
48

5-
* Added support for Linux VMs (no hardware acceleration).
9+
* Added support for Linux VMs (no hardware acceleration) - [#15](https://github.com/ReactiveCircus/android-emulator-runner/issues/15).
610

711
## v2.5.0
812

9-
* Added support for API 15-19 system images.
10-
* Switched to the new SDK command-line tools which supports running `sdkmanager` and `avdmanager` with Java 9+.
13+
* Added support for API 15-19 system images - [#26](https://github.com/ReactiveCircus/android-emulator-runner/issues/26).
14+
* Switched to the new SDK command-line tools which supports running `sdkmanager` and `avdmanager` with Java 9+ - [#25](https://github.com/ReactiveCircus/android-emulator-runner/issues/25).
1115

1216
## v2.4.0
1317

14-
* Added support for setting custom `working-directory` - e.g. `./android` if your root Gradle project is under the `./android` sub-directory within your repository.
18+
* Added support for setting custom `working-directory` - e.g. `./android` if your root Gradle project is under the `./android` sub-directory within your repository - [#22](https://github.com/ReactiveCircus/android-emulator-runner/issues/22).
1519

1620
## v2.3.2
1721

18-
* Fixed an issue where environment variables are escaped in script.
22+
* Fixed an issue where environment variables are escaped in script - [#19](https://github.com/ReactiveCircus/android-emulator-runner/issues/19).
1923

2024
## v2.3.1
2125

0 commit comments

Comments
 (0)