diff --git a/docs/changelog/5_x.rst b/docs/changelog/5_x.rst index bede9b2cd17..a90db272cd7 100644 --- a/docs/changelog/5_x.rst +++ b/docs/changelog/5_x.rst @@ -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 --------- @@ -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`)