aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-06-26 11:09:33 +0800
committerGitHub <noreply@github.com>2022-06-26 11:09:33 +0800
commita8e43f63a1483fb099b1ff8b143669b76a66a799 (patch)
tree95fc4568b20bf8d59bb1bf450bdd3465f0c75f63 /CHANGELOG.md
parentfb52bd6fea32440dd64058fecb3c91b2c3a29ed7 (diff)
locale: sync from Crowdin (#7082)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e797c026..8229ddbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,7 @@ All notable changes to Gogs are documented in this file.
- 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)
+- New languages support: Mongolian, Romanian. [#6510](https://github.com/gogs/gogs/pull/6510) [#7082](https://github.com/gogs/gogs/pull/7082)
### Changed