xref: /aosp_15_r20/external/robolectric/scripts/release-notes-template.md (revision e6ba16074e6af37d123cb567d575f496bf0a58ee)
1*e6ba1607SAndroid Build Coastguard WorkerRobolectric 4.3 Alpha 1
2*e6ba1607SAndroid Build Coastguard Worker
3*e6ba1607SAndroid Build Coastguard WorkerRobolectric 4.3 Alpha 1 is an alpha release. APIs are very likely to change and new features will be added. We'd love feedback from testing this version, but we recommend you don't rely on it in your test suite.
4*e6ba1607SAndroid Build Coastguard Worker
5*e6ba1607SAndroid Build Coastguard WorkerThis release introduces a new extension mechanism for Robolectric, fixes a performance regression in 4.x, and includes numerous SDK support improvements and bug fixes.
6*e6ba1607SAndroid Build Coastguard Worker
7*e6ba1607SAndroid Build Coastguard Worker## Features
8*e6ba1607SAndroid Build Coastguard Worker* Description. Thanks @user! [issue #x].<sup>[b1](#beta1)</sup>
9*e6ba1607SAndroid Build Coastguard Worker
10*e6ba1607SAndroid Build Coastguard Worker## Android SDK support and Test API changes
11*e6ba1607SAndroid Build Coastguard Worker
12*e6ba1607SAndroid Build Coastguard Worker## Configuration
13*e6ba1607SAndroid Build Coastguard Worker
14*e6ba1607SAndroid Build Coastguard Worker## Bug Fixes
15*e6ba1607SAndroid Build Coastguard Worker
16*e6ba1607SAndroid Build Coastguard Worker## Deprecations and Removals
17*e6ba1607SAndroid Build Coastguard Worker
18*e6ba1607SAndroid Build Coastguard Worker## Internal Changes
19*e6ba1607SAndroid Build Coastguard Worker
20*e6ba1607SAndroid Build Coastguard Worker## Known Issues
21*e6ba1607SAndroid Build Coastguard Worker
22*e6ba1607SAndroid Build Coastguard Worker## Compatibility
23*e6ba1607SAndroid Build Coastguard Worker* Android Studio/Android Gradle Plugin 3.3 or 3.4 Beta
24*e6ba1607SAndroid Build Coastguard Worker* Android SDK 28 (includes support for testing against SDKs from 16 on)
25*e6ba1607SAndroid Build Coastguard Worker
26*e6ba1607SAndroid Build Coastguard Worker## Use Robolectric:
27*e6ba1607SAndroid Build Coastguard Worker
28*e6ba1607SAndroid Build Coastguard Worker``` groovy
29*e6ba1607SAndroid Build Coastguard WorkertestCompile "org.robolectric:robolectric:4.2-beta-1"
30*e6ba1607SAndroid Build Coastguard Worker```
31*e6ba1607SAndroid Build Coastguard Worker
32*e6ba1607SAndroid Build Coastguard WorkerFind more [details here](http://robolectric.org/getting-started/). Report issues [here](https://github.com/robolectric/robolectric/issues). Enjoy!
33*e6ba1607SAndroid Build Coastguard Worker___
34*e6ba1607SAndroid Build Coastguard Worker<a name="alpha2"><sup>a2</sup></a> — added in Alpha 2.
35*e6ba1607SAndroid Build Coastguard Worker<a name="beta1"><sup>b1</sup></a> — added in Beta 1.