Skip to content

Commit e06b2aa

Browse files
authored
fix change log (#1035)
* updates * removed template line
1 parent 2af4d98 commit e06b2aa

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,25 @@
22

33
### master
44

5-
- Update OkHttp version to allow for future Android API 30 compilation
6-
- Compile with Android 29
7-
- Update Facebook Login dependency to 6.1.0
8-
- Add nullability annotations to `ParseCloud`
5+
### 1.24.2
6+
- FIX: Fixed naming collission bug due to integration of bolts-tasks module. See [#1028](https://github.com/parse-community/Parse-SDK-Android/issues/1028) for details. Thanks to [Manuel Trezza](https://github.com/mtrezza)
7+
8+
### 1.24.1
9+
> WARNING:
10+
>
11+
> Avoid using this release as it contains a [naming collission bug](https://github.com/parse-community/Parse-SDK-Android/issues/1028) that has been introduced in release `1.24.0` and fixed in release `1.24.2`. The bug causes the project compliation to fail due to duplicate class names for the `bolts-tasks` module when using the Facebook Android SDK or the Parse Android SDK Facebook module.
12+
13+
- Resolves issue around missing bolts-tasks dependency thanks to @rogerhu (#1025)
14+
15+
### 1.24.0
16+
> WARNING:
17+
>
18+
> Avoid using this release as it contains a [naming collission bug](https://github.com/parse-community/Parse-SDK-Android/issues/1028) that has been introduced in release `1.24.0` and fixed in release `1.24.2`. The bug causes the project compliation to fail due to duplicate class names for the `bolts-tasks` module when using the Facebook Android SDK or the Parse Android SDK Facebook module.
19+
20+
- Add bolts-task instead of depending on FB's outdated lib (#1018) thanks to @rogerhu
21+
- Add nullability to `ParseCloud` (#1008) thanks to @Jawnnypoo
22+
- Set to unknown name if version name is null (#1014) thanks to @Jawnnypoo
23+
- Fix signup method name (#1017) thanks to @Jawnnypoo
924

1025
### 1.23.1
1126
- Correction to OkHttp version thanks to @mtrezza

0 commit comments

Comments
 (0)