Skip to content

Commit

Permalink
Prepare for release 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jul 23, 2023
1 parent 0318d87 commit 467a0f3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,21 @@
Changelog
=========

Version 2.2.0
-------------

_2023-07-23_

- **Fix**: Dispose the handle returned by `Job.invokeOnCompletion` when Rx subscription is disposed.
- **Fix**: The `withScope()` lint now correctly handles different named arguments order.
- Update AndroidX Lifecycle to `2.6.1`.
- Update Kotlin to `1.9.0`.
- Update RxJava to `3.1.6`.
- Update RxAndroid to `3.0.2`.
- Update lint to `8.0.2`/`31.0.2`.
- Update error-prone to `2.20.0`.
- Update dokka + fresh coat of paint on API docs on the project site.

Version 2.1.1
-------------

Expand Down

0 comments on commit 467a0f3

Please sign in to comment.