Skip to content

Commit

Permalink
Divide v5 changes by beta release
Browse files Browse the repository at this point in the history
We will re-combine for final release
  • Loading branch information
raddevon committed Mar 25, 2024
1 parent 72fcd33 commit 8737039
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/changelog/5_x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,6 @@ EdgeQL
* Support closing all connections to a database on ``drop database``.
(:eql:gh:`#6780`)

* Add a ``std::get_current_branch()`` function
(:eql:gh:`#7001`)


Bug fixes
---------
Expand Down Expand Up @@ -402,6 +399,18 @@ Bug fixes
* Don't leak objects out of access policies when used in a computed global.
(:eql:gh:`#6926`)

Beta 2
======

Additional changes
------------------

* Add a ``std::get_current_branch()`` function
(:eql:gh:`#7001`)

Bug fixes
---------

* Allow grouping to have trailing comma.
(:eql:gh:`#7002`)

Expand Down

0 comments on commit 8737039

Please sign in to comment.