Sfoglia il codice sorgente

Merge pull request #473 from Shopify/changelog-v5

Updated missing entries in CHANGELOG
Jamie Dwyer 6 anni fa
parent
commit
d6f4ebc7b3
1 ha cambiato i file con 9 aggiunte e 1 eliminazioni
  1. 9 1
      CHANGELOG

+ 9 - 1
CHANGELOG

@@ -1,9 +1,17 @@
 == Version 5.0.0
 
+* Breaking change: `ShopifyAPI::Checkout` now maps to the Checkout API, rather than the Abandoned Checkouts API
+  * See the README for more details
 * Added `ShopifyAPI::AbandonedCheckout`
 * Added support for X-Shopify-Checkout-Version header on `ShopifyAPI::Checkout`
 * Added `ShopifyAPI::ShippingRate`
-* Added support for Checkout::complete endpoint
+* Added `ShopifyAPI::Payment`
+* Added support for `Checkout::complete` endpoint
+* Fixed session handling support for Rails 5.2.1
+
+== Version 4.13.0
+* Added `ShopifyAPI::ApiPermission` resource for uninstalling an application
+* Added a deprecation warning to `ShopifyAPI::OAuth`
 
 == Version 4.12.0