Skip to content

Commit ee5c844

Browse files
committed
Remove release note on #719 which was rolled back
1 parent 9db06ea commit ee5c844

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

doc/release-notes/2.2.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ This will make the provider create a PostgreSQL range called `floatrange`, over
3939

4040
[See the documentation for more details](../mapping/range.md).
4141

42-
### Type-constrained PostGIS columns
43-
44-
The NetTopologySuite previously created PostGIS columns of type `GEOMETRY` (or `GEOGRAPHY`) in the database. With [#719](https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/issues/719), a property of type `Point` will be instead mapped to columns of type `GEOMETRY (POINT)`.
45-
4642
### Seeding for Npgsql-specific types
4743

4844
When using some Npgsql-specific types, it wasn't possible to seed values for those types. With EF Core support for seeding any type, [#667](https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/issues/667) allows seeding values for network, bit and range types (more are coming).

0 commit comments

Comments
 (0)