diff options
author | DuckDuckWhale | 2021-12-30 07:42:25 -0800 |
---|---|---|
committer | GitHub | 2021-12-30 16:42:25 +0100 |
commit | 7d75eede04c73d5ca8e7ed5df064cc38a96f911e (patch) | |
tree | 3a214d79ae0dc9c5818b096ea6a78c69c67efb73 | |
parent | 3db98bef9936501e9864558569b16f4a36ab39d5 (diff) |
Doc: add missing bug fix to changelog (#18133)
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 63fbe9ac1..20c3495fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,10 @@ This changelog goes through all the changes that have been made in each release without substantial changes to our git log; to see the highlights of what has been added to each release, please refer to the [blog](https://blog.gitea.io). -## [1.15.9](https://github.com/go-gitea/gitea/releases/tag/v1.15.9) - 2021-12-28 +## [1.15.9](https://github.com/go-gitea/gitea/releases/tag/v1.15.9) - 2021-12-30 * BUGFIXES + * Fix: unstable sort skips/duplicates issues across pages (#18094) (#18095) * Revert "Fix delete u2f keys bug (#18042)" (#18107) * Migrating wiki don't require token, so we should move it out of the require form (#17645) (#18104) * Prevent NPE if gitea uploader fails to open url (#18080) (#18101) |