From 4526c2f3b1bcb65b586705935a43980e683ff3f1 Mon Sep 17 00:00:00 2001 From: Stefan Gabos Date: Wed, 4 Dec 2024 23:52:20 +0200 Subject: [PATCH] Updated with latest changes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e6e3d..d47b2cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## version 1.6.3 (TBA) +## version 1.6.3 (December 04, 2024) - fixed issue when `POST` data was given as a nested array for [post](https://stefangabos.github.io/Zebra_cURL/Zebra_cURL/Zebra_cURL.html#methodpost), [patch](https://stefangabos.github.io/Zebra_cURL/Zebra_cURL/Zebra_cURL.html#methodpatch) and [put](https://stefangabos.github.io/Zebra_cURL/Zebra_cURL/Zebra_cURL.html#methodput) methods - method `scrap` was renamed to `scrape` (the previous method will still work for backwards compatibility); see [#51](https://github.com/stefangabos/Zebra_cURL/issues/51), thanks to [n0nag0n](https://github.com/n0nag0n) for reporting it!