Tweak changelog

pull/1281/head
Jack Christensen 2022-08-06 06:27:32 -05:00
parent 0eda0109ca
commit 1f64122c42
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ See documentation for `QueryExecMode`.
## QueryRewriter Interface and NamedArgs
pgx now supports named arguments with the NamedArgs type. This is implemented via the new QueryRewriter interface which
pgx now supports named arguments with the `NamedArgs` type. This is implemented via the new `QueryRewriter` interface which
allows arbitrary rewriting of query SQL and arguments.
## RowScanner Interface