Update changelog for 1.3.1

This commit is contained in:
Lunny Xiao 2022-06-03 17:44:49 +08:00
parent c98930f8f2
commit f469d88166
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 16 additions and 0 deletions

View File

@ -3,6 +3,22 @@
This changelog goes through all the changes that have been made in each release
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
* BREAKING