diff --git a/docs/changelog/4_x.rst b/docs/changelog/4_x.rst index bab5c733695..c901294e657 100644 --- a/docs/changelog/4_x.rst +++ b/docs/changelog/4_x.rst @@ -731,3 +731,22 @@ Bug fixes (:eql:gh:`edgedb/edgedb-ui/42492465`) * And `many more UI fixes `__ + +4.7 +=== + +* UI: revert a few changes that were meant for 5.x only. + +* Revert "Compile single globals into materialized CTEs", since it introduced + multiple bugs. These bugs were already fixed in 5.x, but the fixes were hard + to backport. + (:eql:gh:`#6613`) + +* Add optional PKCE challenge in email verification + (:eql:gh:`#7037`) + +* Fix very slow parsing performance of large files with unrecoverable errors + (:eql:gh:`#7046`) + +* Fix update rewrites on types that are children of updated type + (:eql:gh:`#7073`)