You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# CHANGELOG
2
2
3
-
## 1.4.8 (future release)
3
+
## 1.4.8 (released 17. 7. 2015)
4
+
5
+
Complete list of commits included is here [https://github.com/loopj/android-async-http/commits/1.4.8](https://github.com/loopj/android-async-http/commits/1.4.8)
6
+
List of closed issues is here [https://github.com/loopj/android-async-http/issues?milestone=7&state=closed](https://github.com/loopj/android-async-http/issues?milestone=7&state=closed)
4
7
5
8
- New constructor for BinaryHttpResponseHandler which takes Looper as argument (thanks to @ScottFrank)
6
9
- SaxAsyncHttpResponseHandler can be now provided with custom charset, instead of just using default one
@@ -18,7 +21,7 @@
18
21
19
22
## 1.4.7 (released 9. 5. 2015)
20
23
21
-
Complete list of commits included is here [https://github.com/loopj/android-async-http/commits/1.4.7](https://github.com/loopj/android-async-http/commits/1.4.7)
24
+
Complete list of commits included is here [https://github.com/loopj/android-async-http/commits/1.4.7](https://github.com/loopj/android-async-http/commits1.4.7)
22
25
List of closed issues is here [https://github.com/loopj/android-async-http/issues?milestone=6&state=closed](https://github.com/loopj/android-async-http/issues?milestone=6&state=closed)
23
26
24
27
- Fixed crash when canceling through RequestHandle from UI Thread (NetworkOnMainThreadException)
0 commit comments