Skip to content

Commit

Permalink
Clarified changelog that it is a regression
Browse files Browse the repository at this point in the history
  • Loading branch information
sliverc committed Jul 23, 2024
1 parent 6179681 commit 39fb42c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Note that in line with [Django REST framework policy](https://www.django-rest-framework.org/topics/release-notes/),
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.

## [Unreleased]

### Fixed

* Handled zero as a valid ID for resource (regression since 6.1.0)

## [7.0.2] - 2024-06-28

### Fixed

* Allow overwriting of url field again (regression since 7.0.0)
* Ensured that no fields are rendered when sparse fields is set to an empty value. (regression since 7.0.0)
* Handled zero as a valid ID in `get_resource_id` function.

## [7.0.1] - 2024-06-06

Expand Down

0 comments on commit 39fb42c

Please sign in to comment.