Skip to content

Commit

Permalink
Document IPNetwork/cidr breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Oct 27, 2024
1 parent 586ea15 commit 95bd79a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conceptual/EFCore.PG/release-notes/9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ If your application passes an NpgsqlDataSource to `UseNpgsql`, it also needs to

See the [enum documentation](../mapping/enum.md) for more information.

### PostgreSQL `cidr` is now mapped to .NET `IPNetwork` by default.

Check failure on line 88 in conceptual/EFCore.PG/release-notes/9.0.md

View workflow job for this annotation

GitHub Actions / build

Trailing punctuation in heading [Punctuation: '.']

When scaffolding a table that contains a `cidr` column, a .NET [`IPNetwork`](https://learn.microsoft.com/dotnet/api/system.net.ipnetwork) will be scaffolded instead of the previous `NpgsqlCidr`.

## Contributors

A big thank you to all the following people who contributed to the 9.0 release!
Expand Down

0 comments on commit 95bd79a

Please sign in to comment.