Tweak changelog

This commit is contained in:
Jack Christensen 2022-08-06 06:27:32 -05:00
parent 0eda0109ca
commit 1f64122c42

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