From c99c055dd771dec395317f45bf71b8d4435794bd Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Sun, 5 Mar 2023 16:01:04 -0800 Subject: [PATCH] chore: Fix typo in changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbb9ffce3285..3b54a321c770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,9 @@ - Float literals without fraction part are not allowed anymore (`1.`). - Add a `--format` option to `prqlc parse` which can return the AST in YAML (@max-sixty, #1962) -- A new spacial compile target `"sql.any"`. When `"sql.any"` is used as the - target of the compile function's option, the target contained in the query - header will be used. (@aljazerzen, #1995) +- A new compile target `"sql.any"`. When `"sql.any"` is used as the target of + the compile function's option, the target contained in the query header will + be used. (@aljazerzen, #1995) - Support for SQL parameters with similar syntax (#1957, @aljazerzen) - Allow `:` to be elided in timezones, such as `0800` in `@2020-01-01T13:19:55-0800` (@max-sixty, #1991).