diff options
author | Joe Chen <jc@unknwon.io> | 2022-08-02 10:43:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 10:43:14 +0800 |
commit | ad796b8ba52d0bc0b307f5f129851837069596c3 (patch) | |
tree | f67057cf43ebff2fb1dba33f2c2d53deb2ab074f | |
parent | db82024fc72c223a2e21410a0a28b55e22491f32 (diff) |
CHANGELOG: cut entries for 0.12.10 (#7119)
[skip ci]
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2e63ce..18bd12dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,12 +21,10 @@ All notable changes to Gogs are documented in this file. - Use [Task](https://github.com/go-task/task) as the build tool. [#6297](https://github.com/gogs/gogs/pull/6297) - The required Go version to compile source code changed to 1.16. - Access tokens are now stored using their SHA256 hashes instead of raw values. [#7008](https://github.com/gogs/gogs/pull/7008) -- Support using `[security] LOCAL_NETWORK_ALLOWLIST = *` to allow all hostnames. [#7111](https://github.com/gogs/gogs/pull/7111) ### Fixed - Unable to use LDAP authentication on ARM machines. [#6761](https://github.com/gogs/gogs/issues/6761) -- Unable to send webhooks to local network addresses after configured `[security] LOCAL_NETWORK_ALLOWLIST`. [#7074](https://github.com/gogs/gogs/issues/7074) ### Removed @@ -48,6 +46,16 @@ All notable changes to Gogs are documented in this file. - Configuration option `[database] PASSWD` is no longer used, please use `[database] PASSWORD`. - Remove option to use Makefile as the build tool. [#6980](https://github.com/gogs/gogs/pull/6980) +## 0.12.10 + +### Changed + +- Support using `[security] LOCAL_NETWORK_ALLOWLIST = *` to allow all hostnames. [#7111](https://github.com/gogs/gogs/pull/7111) + +### Fixed + +- Unable to send webhooks to local network addresses after configured `[security] LOCAL_NETWORK_ALLOWLIST`. [#7074](https://github.com/gogs/gogs/issues/7074) + ## 0.12.9 ### Fixed |