Adds sorting by last update to changelog link

This commit is contained in:
Krausus
2015-05-04 22:20:06 -04:00
parent 0454eca93e
commit 4805a5eab7
+1 -1
View File
@@ -13,7 +13,7 @@
src << "<span class='danger'>The wiki URL is not set in the server configuration.</span>"
return
#define CHANGELOG "https://github.com/ParadiseSS13/Paradise/issues?q=is%3Apr+is%3Amerged"
#define CHANGELOG "https://github.com/ParadiseSS13/Paradise/pulls?q=is%3Apr+is%3Amerged+sort%3Aupdated-desc"
/client/verb/changes()
set name = "Changelog"
set desc = "Visit Github to check out the commits."