Skip to content

Commit 21a6bba

Browse files
committed
updated changelog
1 parent ee62fc0 commit 21a6bba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## 1.10.2
4+
5+
* updated HTTP client data requests issue with unicode characters
6+
37
## 1.10.1
48

59
* updated error handling to provide HTTP status codes

src/main/java/com/postmarkapp/postmark/client/HttpClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import org.apache.hc.core5.util.Timeout;
1111

1212
import java.io.IOException;
13-
import java.util.Arrays;
1413
import java.util.Map;
1514

1615
/**

0 commit comments

Comments
 (0)