From 596710df93c131caf2ce2c94d652a1fd7fb1af9e Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Sun, 22 Sep 2024 15:02:30 +0200 Subject: [PATCH] Link to the 9.0 milestone issues --- conceptual/EFCore.PG/release-notes/9.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conceptual/EFCore.PG/release-notes/9.0.md b/conceptual/EFCore.PG/release-notes/9.0.md index 7f4de3be..9f9c318a 100644 --- a/conceptual/EFCore.PG/release-notes/9.0.md +++ b/conceptual/EFCore.PG/release-notes/9.0.md @@ -57,6 +57,10 @@ See [this post](https://www.cybertec-postgresql.com/en/unexpected-downsides-of-u Thanks to [@ChrisJollyAU](https://github.com/ChrisJollyAU) and [@Timovzl](https://github.com/Timovzl) for contributing this improvement! +## Other new features + +Version 8.0 contains other smaller features and bug fixes, [see the 9.0.0 milestone](https://github.com/npgsql/efcore.pg/milestone/61?closed=1) for the full list of Npgsql EF provider issues. + ## Breaking changes ### Enum mappings must now be configured at the EF level