Skip to content

Commit

Permalink
Add 1.4 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed May 16, 2022
1 parent f478ecf commit e4c6e5f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/changelog/1_x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,27 @@ We would like to thank our community for reporting issues and
contributing fixes. You are awesome! ❤️


1.4
===

* Avoid unnecessary updates to parent views and triggers (:eql:gh:`#3771``)

* Drop broken special case for nested insert ``FOR`` (:eql:gh:`#3797`)

* Fix ``IN array_unpack`` for bigints (:eql:gh:`#3820`)

* Put more parens around index expressions in generated DDL (:eql:gh:`#3822`)

* Fix a weird computable/alias interaction (:eql:gh:`#3828`)

* Support linkprops on backlinks (:eql:gh:`#3841`)

* Fix generation of dummy_pathid in nonconflict ctes (:eql:gh:`#3848`)

* Always correctly handle variadic arguments when producing AST from migrations
(:eql:gh:`#3855`)


1.3
===

Expand Down

0 comments on commit e4c6e5f

Please sign in to comment.