Skip to content

Commit

Permalink
Merge pull request #13 from square/zachklipp/initial-changelog
Browse files Browse the repository at this point in the history
Prepare initial changelog for v2.0.0 release.
  • Loading branch information
zach-klippenstein authored Aug 11, 2020
2 parents 713744a + 1e1ad31 commit 0401cba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
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.

0 comments on commit 0401cba

Please sign in to comment.