Skip to content

Commit

Permalink
fix changelog for last release (#1258)
Browse files Browse the repository at this point in the history
<!-- The PR description should answer 2 important questions: -->

### What

This PR fixes the changelog for the last release. An entry was added
accidently to the already-released version instead of the unreleased
section.

### How

By moving the changelog line.

V3_GIT_ORIGIN_REV_ID: 0d2edeea1890da90eee5d4475c78a4541b6fc7b4
  • Loading branch information
paritosh-08 authored and hasura-bot committed Oct 22, 2024
1 parent fa82c31 commit 997d147
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions v3/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### Added

- Add a check to disallow defining boolean expression of array fields with
scalar boolean type while resolving the boolean expression

### Fixed

### Changed
Expand All @@ -13,8 +16,6 @@
### Added

- Support array values in session variables
- Add a check to disallow defining boolean expression of array fields with
scalar boolean type while resolving the boolean expression

### Fixed

Expand Down

0 comments on commit 997d147

Please sign in to comment.