From 62bb8a5941cc69f8b994b591e8595d9585189749 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 30 Jan 2019 20:38:37 -0500 Subject: update release notes --- template/en/default/pages/release-notes.html.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index b89e3a61d..d1380b067 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -43,6 +43,15 @@

Updates in this 5.0.x Release

+

5.0.5

+ +

This release reformats the code according to the same conventions as the popular Mojolicious product and includes a .perltidyrc to do the same. +You may use whatever coding style you want, but all files commited to the repo must be reformatted according to those rules.

+ +

Additionally, we no longer follow the same release process as before. Releases will be more frequent.

+ +

As it is now 2019, the bugs_fulltext table is now InnoDB instead of MyISAM. This may cause upgrade headaches.

+

5.0.4

This release fixes one security issue. See the -- cgit v1.2.3-65-gdbad