Skip to content
This repository was archived by the owner on Feb 27, 2022. It is now read-only.

Commit 72f888c

Browse files
committed
Bump library version to 3.2.0
1 parent 2a2721b commit 72f888c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 3.2.0 - 12/05/2020
4+
5+
### SectionedRecyclerViewAdapter class
6+
7+
- Change method `getSectionItemViewTypeForAdapterViewType` to static
8+
- Change method `addSection` to throw exception when adding an existing section
9+
- Change method `getPositionInSection` to throw exception when passing header or footer position
10+
311
## 3.1.0 - 21/11/2019
412

513
- Add class `SectionAdapterListUpdateCallback`

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
PUBLISH_GROUP_ID = 'io.github.luizgrp.sectionedrecyclerviewadapter'
33
PUBLISH_ARTIFACT_ID = 'sectionedrecyclerviewadapter'
4-
PUBLISH_VERSION = '3.1.0'
4+
PUBLISH_VERSION = '3.2.0'
55
}
66

77
ext.versions = [

0 commit comments

Comments
 (0)