Browse Source

Updated missing entries in CHANGELOG

Jamie Dwyer 6 years ago
parent
commit
a3fb8ac8da
1 changed files with 9 additions and 1 deletions
  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