From da349cc76d090d04c4c1fefa64768473b5b8cdaf Mon Sep 17 00:00:00 2001 From: John Ed Quinn Date: Wed, 14 Sep 2022 12:22:17 -0700 Subject: [PATCH] Updates changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0288f3d1d9..a463d3663a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - See GitHub Issues [#709](https://github.com/partiql/partiql-lang-kotlin/issues/709), [#708](https://github.com/partiql/partiql-lang-kotlin/issues/708), [#707](https://github.com/partiql/partiql-lang-kotlin/issues/707), [#683](https://github.com/partiql/partiql-lang-kotlin/issues/683), and [#730](https://github.com/partiql/partiql-lang-kotlin/issues/730) +- Specifies and adds support for a limited set of PartiQL non-reserved keywords (ACYCLIC, BOTH, DOMAIN, LEADING, PUBLIC, + SIMPLE, TRAIL, TRAILING, and USER) #### Experimental Planner Additions