From aab7a0a9c7ee7391e258e88b78a87908c05a1f0a Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Sun, 27 Mar 2022 08:55:18 -0600 Subject: [PATCH] Bumping changelog --- HISTORY.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index cba4b00f..838a5e85 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,9 +1,16 @@ ## Unreleased ### Added + +### Fixed + +## 0.8.11 + +### Added + * Update ServiceResaleItem record fields/record refs for 2021.2. `item_options_list`, `presentation_item_list`, `site_category_list`, `translations_list` were all removed as fields as the are not simple fields, they require special classes. (#500) * Dependabot to CI -* CI run for Ruby 3 +* CI run for Ruby 3.0 & 3.1 * Add CI run for an environment with and without `tzinfo` installed * Update NonInventorySaleItem record fields/record refs for 2021.2. `item_options_list`, `presentation_item_list`, `product_feed_list`, `site_category_list`, `translations_list` were all removed as fields as the are not simple fields, they require special classes. (#503) * Implement MatrixOptionList#to_record (#504) @@ -13,11 +20,16 @@ * Update NonInventoryResaleItem record fields/record refs for 2021.2. `item_options_list`, `presentation_item_list`, `product_feed_list`, `site_category_list`, `translations_list` were all removed as fields as the are not simple fields, they require special classes. (#508) * Add `attach_file` action for Invoice and SalesOrder. (#509) * Add ItemOptionCustomField recrd (#512) +* Add Ship Address to Return Authorization (#525) +* Support translations records (#516) ### Fixed + * Fix "undefined method `[]` for #" when adding File (#495) * Moved definition of `search_joins` attribute from records to search action. The attribute was removed for AssemblyComponent, SerializedInventoryItemLocation, and WorkOrderItem as they don't offer the search action. (#511) * Consider externalId in search criteria when using RecordRef as value (#517) +* Retry http client error subclasses +* Add upsert list action for cash sales (#523) ## 0.8.10