Explorar o código

Clarify CHANGELOG entry for ActiveSupport (#820)

I realised we still have a bunch of other places that depend on ActiveSupport.
Andy Waite %!s(int64=3) %!d(string=hai) anos
pai
achega
bf98cda822
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 ## Unreleased
 
-* [#818](https://github.com/Shopify/shopify_api/pull/818) Avoid depending on ActiveSupport
+* [#818](https://github.com/Shopify/shopify_api/pull/818) Avoid depending on ActiveSupport in Sesssion class.
 
 * Freeze all string literals. This should have no impact unless your application is modifying ('monkeypatching') the internals of the library in an unusual way.