Fix change-note typo

This commit is contained in:
Chris Smowton
2025-01-20 14:47:40 +00:00
committed by Chris Smowton
parent a0512a50f2
commit cf9d773de0
2 changed files with 0 additions and 2 deletions

View File

@@ -5,7 +5,6 @@
* `database` local source models have been added for the Beego ORM package.
* `database` local source models have been added for the `github.com/jmoiron/sqlx` package.
* Added `database` source models for database methods from the `gorm.io/gorm` package.
`
* `database` local source models have been added for the `database/sql` and `database/sql/driver` packages.
## 3.0.1

View File

@@ -5,5 +5,4 @@
* `database` local source models have been added for the Beego ORM package.
* `database` local source models have been added for the `github.com/jmoiron/sqlx` package.
* Added `database` source models for database methods from the `gorm.io/gorm` package.
`
* `database` local source models have been added for the `database/sql` and `database/sql/driver` packages.