From 8d58c0062fe548feb5750facfefffcd69905ce14 Mon Sep 17 00:00:00 2001 From: Jarrod Swift Date: Fri, 20 Nov 2020 15:34:52 +1030 Subject: [PATCH] Update release notes and readme with the addition of the subscribers API --- README.md | 2 +- RELEASE_NOTES.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2bbaf698..c9f5daa8 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Running tests: `composer run-script test` #### Subscribers -- ☐ Subscribers +- ☑️ Subscribers #### Themes diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3deadfab..bdb8e4d1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,3 @@ -### Breaking Change +### New Features -API classes have been refactored to all be under the `Api/` namespace, with the exception of `Client`, which has not moved. +- Implement Subscribers API