Skip to content

Commit

Permalink
updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
idanatz committed May 17, 2021
1 parent e1ef0fc commit 524fe51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ Changelog
Version 2.1.1
-------------
* Fixed: unable to update data from a background thread
* Fixed: paging not triggered when RecyclerView can't scroll
* Fixed: paging triggers on EmptyIndicator

Version 2.1.0
-------------
* Updated: internal diffing mechanism to fix the famous inconsistency crash
* Updated: removed deprecated bitray publish and moved to jitpack
* Updated: removed deprecated Bintray publish and moved to Jitpack

Version 2.0.2
-------------
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release Steps
2. Update CHANGELOG with changes.
3. Update README (features, latest dep version, etc...)
4. Clean project.
5. Publish to maven (using publishing -> bintrayUpload gradle task).
5. Publish to maven (using publishing -> publishToMavenLocal gradle task).
6. Tag release commit.
7. Create release branch.
8. Merge to master.
Expand Down

0 comments on commit 524fe51

Please sign in to comment.