From c0f9513cf357933f3aa37321d31fad025950cf9b Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Thu, 11 Feb 2021 12:19:47 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e790ac316a..6a428a0302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,24 @@ # Release Notes +## 3.1.0-alpha.3 (2020-02-11) + +## What's new +- Add site and locale to entries. [#3205](https://github.com/statamic/cms/issues/3205) +- Date fields in range mode can be queried in GraphQL. [#3223](https://github.com/statamic/cms/issues/3223) + +## What's fixed +- Support separate logos for outside/inside. [cad7451e](https://github.com/statamic/cms/commit/cad7451e) +- Fix date fields not augmenting ranges. [#3223](https://github.com/statamic/cms/issues/3223) +- Brought over changes from 3.0.43 + +## What's changing +- The `@svg` directive has been renamed to `@cp_svg` to avoid potential conflicts. [#3186](https://github.com/statamic/cms/issues/3186) + + + ## 3.1.0-alpha.2 (2020-02-04) ### What's new - - Ability to query an entry by slug or URI in GraphQL. [#3193](https://github.com/statamic/cms/issues/3193) ### What's fixed