Skip to content

Commit

Permalink
Start changelog for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
sad-spirit committed Aug 29, 2023
1 parent 753605b commit acdbacc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [Unreleased]

### Added

Support new syntax of PostgreSQL 16 (as of beta 3)
* SQL/JSON functions and expressions:
* `IS JSON` predicate represented by `nodes\expressions\IsJsonExpression`;
* Aggregate functions `json_arrayagg()` and `json_objectagg()` represented by `nodes\json\JsonArrayAgg` and
`nodes\json\JsonObjectAgg`;
* Constructor functions `json_array()` and `json_object()` represented by
`nodes\json\JsonArrayValueList`, `nodes\json\JsonArraySubselect`, `nodes\json\JsonObject` classes.


## [2.2.0] - 2023-05-14

### Added
Expand Down Expand Up @@ -311,3 +324,4 @@ Initial release on GitHub
[2.1.0-beta.2]: https://github.com/sad-spirit/pg-builder/compare/v2.1.0-beta...v2.1.0-beta.2
[2.1.0]: https://github.com/sad-spirit/pg-builder/compare/v2.1.0-beta.2...v2.1.0
[2.2.0]: https://github.com/sad-spirit/pg-builder/compare/v2.1.0...v2.2.0
[Unreleased]: https://github.com/sad-spirit/pg-builder/compare/v2.2.0...HEAD

0 comments on commit acdbacc

Please sign in to comment.