summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2024-03-14 15:18:51 +0000
committerGitHub <noreply@github.com>2024-03-14 15:18:51 +0000
commit1198f649ea91bcc21ae5b596ad50bf1851de2589 (patch)
tree3054802f721977d6178cb6fb16d46d6d52a5be58 /changelog.d
parentupgrade.md: fix grammatical errors (#16965) (diff)
downloadsynapse-1198f649ea91bcc21ae5b596ad50bf1851de2589.tar.xz
Sort versions in the documentation version picker appropriately. (#16966)
Fixes #16964 

This adds a proper sorter for versions which takes into account semantic
versions, rather than just relying on localeCompare.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16966.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16966.doc b/changelog.d/16966.doc
new file mode 100644
index 0000000000..06f4093aee
--- /dev/null
+++ b/changelog.d/16966.doc
@@ -0,0 +1 @@
+Fix the sort order for the documentation version picker, so that newer releases appear above older ones.