From cf3cd4b8d0efbb36bd20ce2238d4070a2da2aeb4 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Mon, 18 Sep 2023 13:56:39 -0500 Subject: [PATCH] Add missing changelog entries --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e8e3ade..6a8e44723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - #2824, Fix range request with first position same as length return status 206 - @taimoorzaeem - #2939, Fix wrong `Preference-Applied` with `Prefer: tx=commit` when transaction is rollbacked - @steve-chavez - #2939, Fix `count=exact` not being included in `Preference-Applied` - @steve-chavez + - #2800, Fix not including to-one embed resources that had a `NULL` value in any of the selected fields when doing null filtering on them - @laurenceisla + - #2846, Fix error when requesting `Prefer: count=` and doing null filtering on embedded resources - @laurenceisla ## [11.2.0] - 2023-08-10