-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from square/zachklipp/initial-changelog
Prepare initial changelog for v2.0.0 release.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Change Log | ||
========== | ||
|
||
Version 2.0.0-alpha.1 | ||
--------------------- | ||
|
||
_2020-08-11_ | ||
|
||
* First public release! | ||
* Convert the code to Kotlin. (#8, #9) | ||
* Rewrite the API to be more Kotlin-friendly. (#16) | ||
* Introduce `StateRenderer` to allow custom rendering of arbitrary view attributes. (#23) | ||
* Drop the `com.squareup` package prefix, so the package is now just `radiography`. (#15) | ||
* Add a sample app. (#18) | ||
* Fix: Crash when `skippedIds` is empty. (#16) | ||
* Fix: `FocusedWindowViewFilter` wasn't filtering correctly. (#18) | ||
|
||
Version starts at 2.0.0 to differentiate from some internal releases. |