summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-02-02 17:27:29 +0300
committerWolfy-J <[email protected]>2019-02-02 17:27:29 +0300
commit5d54e66187f1ff3c1a42009498b5e3749df6c334 (patch)
treed745d9e6efc93337e1d978d64b2ce327b2ffe261 /CHANGELOG.md
parent8a1cd5f4395852f57528c4d4a333efc96d674c17 (diff)
version bumpv1.3.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48cc88b5..ae3e5cab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
CHANGELOG
=========
+v1.3.4 (31.01.2019)
+-------------------
+- bugfix: invalid content type detection for urlencoded form requests with custom encoding by @Alex-Bond
+
v1.3.3 (31.01.2019)
-------------------
- added HttpClient for faster integrations with non PSR-7 frameworks by @Alex-Bond