diff --git a/NEWS.md b/NEWS.md index 803e3387..e4236ffe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,9 @@ For richer information consult the commit log on github with referenced pull req We do not include break-fix version release in this file. +### v4.4.0 +- Warn to `stderr` if a named query exceeds 63 characters which is the max lenght supported by postgres. + ### v4.3.0 - Unpin `pg-types` semver. Allow it to float against `pg-types@1.x`.