From 681e8dd5d28031e9b4749525103803e692c0c73a Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Sun, 10 Mar 2024 00:48:57 +0530 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Roman Sedykh --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00952d1..26495ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,18 @@ ### Breaking -* Drop support of unmaintainable Ruby versions < 3.x +* Drop support of unmaintainable Ruby versions < 3.x. ### Fixed * Update locations where Dry::Monads structure has changed. -* Sign URL uploads if configured (#139) -* Start returning proper error message when raising RequestError in poll_upload_response, to hint to users what is going on. Fixes #141 -* When polling, raise if an error is returned (#142) +* Sign URL uploads if configured (#139). +* Start returning proper error message when raising RequestError in poll_upload_response, to hint to users what is going on. Fixes #141. +* When polling, raise if an error is returned (#142). * Fix documentation about original file url on simple file upload. ### Changed -* Support params in Rest client and in file info method, to allow passing custom params like "include=appdata" in `Uploadcare::File.file` calls. Closes #132 +* Support params in Rest client and in file info method, to allow passing custom params like "include=appdata" in `Uploadcare::File.file` calls. Closes #132. ## 4.3.6 — 2023-11-18