|
@@ -10,6 +10,7 @@ All notable changes to Gogs are documented in this file.
|
|
|
- New configuration option `[git.timeout] DIFF` for customizing operation timeout of `git diff`. [#6315](https://github.com/gogs/gogs/issues/6315)
|
|
|
- New configuration option `[server] SSH_SERVER_MACS` for setting list of accepted MACs for connections to builtin SSH server. [#6434](https://github.com/gogs/gogs/issues/6434)
|
|
|
- Support specifying custom schema for PostgreSQL. [#6695](https://github.com/gogs/gogs/pull/6695)
|
|
|
+- Support rendering Mermaid diagrams in Markdown. [#6776](https://github.com/gogs/gogs/pull/6776)
|
|
|
- New languages support: Mongolian. [#6510](https://github.com/gogs/gogs/pull/6510)
|
|
|
|
|
|
### Changed
|