Skip to content

Commit a531924

Browse files
committed
Bump next version to 2.4.0. Start change log.
1 parent e9ad47e commit a531924

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change Log
22
==========
33

4+
Version 2.4 *(In Development)*
5+
------------------------------
6+
7+
* Support `android:background` attribute on `Canvas`-based views.
8+
* Title indicator allows for drawing its line, underline, and/or triangle on
9+
top of the titles for placement underneath a `ViewPager`.
10+
* Fix: Do not attempt to change the `ViewPager` page when a motion is
11+
cancelled.
12+
* Fix: Long titles no longer overlap when swiping to the right.
13+
14+
415
Version 2.3.1 *(2012-05-19)*
516
----------------------------
617

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.viewpagerindicator</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>2.3.2-SNAPSHOT</version>
13+
<version>2.4.0-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.viewpagerindicator</groupId>
1313
<artifactId>parent</artifactId>
1414
<packaging>pom</packaging>
15-
<version>2.3.2-SNAPSHOT</version>
15+
<version>2.4.0-SNAPSHOT</version>
1616

1717
<name>Android-ViewPagerIndicator (Parent)</name>
1818
<description>Android library for.</description>

sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.viewpagerindicator</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>2.3.2-SNAPSHOT</version>
13+
<version>2.4.0-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

0 commit comments

Comments
 (0)