From 64dc2eb13d095aea3de93863c82280a365eac175 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 26 Dec 2019 00:20:22 +0100 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7338d73a780..b24c594bfea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added paging attribute. [#1306](https://github.com/ChilliCream/hotchocolate/pull/1306) - Added filter attribute. [#1306](https://github.com/ChilliCream/hotchocolate/pull/1306) - Added sorting attribute. [#1306](https://github.com/ChilliCream/hotchocolate/pull/1306) +- Added initial support for `Optional`. [#1317](https://github.com/ChilliCream/hotchocolate/pull/1317) +- Added support for immutable input types. [#1317](https://github.com/ChilliCream/hotchocolate/pull/1317) ### Changed