From 45adc5e3b5032002ab6ad971ee099b3b4254f77d Mon Sep 17 00:00:00 2001 From: Andy Brody Date: Mon, 6 Jun 2016 00:55:31 -0400 Subject: [PATCH] Add history note about ParamsArray. --- history.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/history.md b/history.md index 5b63a84..e0a104b 100644 --- a/history.md +++ b/history.md @@ -95,6 +95,9 @@ This release is largely API compatible, but makes several breaking changes. - Add new convention for handling URL params containing deeply nested arrays and hashes, unify handling of null/empty values, and use the same code for GET and POST params. (#437) + - Add the RestClient::ParamsArray class, a simple array-like container that + can be used to pass multiple keys with same name or keys where the ordering + is significant. - Add a few more exception classes for obscure HTTP status codes. - Multipart: use a much more robust multipart boundary with greater entropy. - Make `RestClient::Payload::Base#inspect` stop pretending to be a String.