Update changelog for 1.3.1
This commit is contained in:
parent
c98930f8f2
commit
f469d88166
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -3,6 +3,22 @@
|
||||||
This changelog goes through all the changes that have been made in each release
|
This changelog goes through all the changes that have been made in each release
|
||||||
without substantial changes to our git log.
|
without substantial changes to our git log.
|
||||||
|
|
||||||
|
## [1.3.1](https://gitea.com/xorm/xorm/releases/tag/1.3.1) - 2022-06-03
|
||||||
|
|
||||||
|
* BREAKING
|
||||||
|
* Refactor orderby and support arguments (#2150)
|
||||||
|
* return a clear error for set TEXT type as compare condition (#2062)
|
||||||
|
* BUGFIXES
|
||||||
|
* Fix oid index for postgres (#2154)
|
||||||
|
* Add ORDER BY SEQ_IN_INDEX to MySQL GetIndexes to Fix IndexTests (#2152)
|
||||||
|
* some improvement (#2136)
|
||||||
|
* ENHANCEMENTS
|
||||||
|
* Add interface to allow structs to provide specific index information (#2137)
|
||||||
|
* MySQL/MariaDB: return max length for text columns (#2133)
|
||||||
|
* PostgreSQL: enable comment on column (#2131)
|
||||||
|
* TESTING
|
||||||
|
* Add test for find date (#2121)
|
||||||
|
|
||||||
## [1.3.0](https://gitea.com/xorm/xorm/releases/tag/1.3.0) - 2022-04-14
|
## [1.3.0](https://gitea.com/xorm/xorm/releases/tag/1.3.0) - 2022-04-14
|
||||||
|
|
||||||
* BREAKING
|
* BREAKING
|
||||||
|
|
Loading…
Reference in New Issue