소스 검색

Clarify CHANGELOG entry for ActiveSupport (#820)

I realised we still have a bunch of other places that depend on ActiveSupport.
Andy Waite 3 년 전
부모
커밋
bf98cda822
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.