diff --git a/CHANGELOG.md b/CHANGELOG.md index 64679cf..b0c9aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changes -* 2.5.1103 in progress +* 2.5.next in progress + * Implemented `CREATE INDEX` [#348](https://github.com/seancorfield/honeysql/issues/348) via PR [#517](https://github.com/seancorfield/honeysql/pull/517) [@dancek](https://github.com/dancek). + +* 2.5.1103 -- 2023-12-03 * Address [#515](https://github.com/seancorfield/honeysql/issues/515) by: * Quoting entities that start with a digit but are otherwise alphanumeric. Note that entities that are all digits (optionally including underscores) will still not be quoted as in previous releases, * Adding a new `:quoted-always` option allows users to specify a regex that matches entities that should always be quoted (stropped) regardless of the value of `:quoted` (such as reserved words that you have used as column or table names).