Skip to content

Commit 5ab8232

Browse files
committed
Changelog for 1.14.7 (go-gitea#16924)
* BUGFIXES * Add missing gitRepo close at GetDiffRangeWithWhitespaceBehavior (Partial go-gitea#16894) (go-gitea#16896) * Fix wiki raw commit diff/patch view (go-gitea#16891) (go-gitea#16893) * Ensure wiki repos are all closed (go-gitea#16886) (go-gitea#16889) * Upgrade xorm to v1.2.2 (go-gitea#16663) & Add test to ensure that dumping of login sources remains correct (go-gitea#16847) (go-gitea#16849) * Recreate Tables should Recreate indexes on MySQL (go-gitea#16718) (go-gitea#16740) Signed-off-by: Andrew Thornton <[email protected]>
1 parent a75b2f2 commit 5ab8232

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,15 @@ been added to each release, please refer to the [blog](https://blog.gitea.io).
258258
* Remove utf8 option from installation page (#16126)
259259
* Use Wants= over Requires= in systemd file (#15897)
260260

261+
## [1.14.7](https://github.com/go-gitea/gitea/releases/tag/v1.14.7) - 2021-09-02
262+
263+
* BUGFIXES
264+
* Add missing gitRepo close at GetDiffRangeWithWhitespaceBehavior (Partial #16894) (#16896)
265+
* Fix wiki raw commit diff/patch view (#16891) (#16893)
266+
* Ensure wiki repos are all closed (#16886) (#16889)
267+
* Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login sources remains correct (#16847) (#16849)
268+
* Recreate Tables should Recreate indexes on MySQL (#16718) (#16740)
269+
261270
## [1.14.6](https://github.com/go-gitea/gitea/releases/tag/v1.14.6) - 2021-08-04
262271

263272
* SECURITY

0 commit comments

Comments
 (0)