diff options
author | Matthew Dawson <matthew@mjdsystems.ca> | 2018-07-02 12:19:57 -0400 |
---|---|---|
committer | Matthew Dawson <matthew@mjdsystems.ca> | 2018-07-08 15:42:30 -0400 |
commit | 4a3dae2717615c68f0961a201f9c9d2c0b5c3c61 (patch) | |
tree | 46d71cf0ab3ca8c766586f7e8b06f4cde5720c59 /changelogs | |
parent | 96eb6fd33b5dfc4910d8bd93e697d6b6eb70b991 (diff) | |
download | gitlab-ce-4a3dae2717615c68f0961a201f9c9d2c0b5c3c61.tar.gz |
Update hamlit to fix ruby 2.5 incompatibilities, fixes #42045
Also update the hook logs to escape the contents properly, as the :plain
filter does not do html escaping.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/upgrade-hamlit-for-ruby25.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/upgrade-hamlit-for-ruby25.yml b/changelogs/unreleased/upgrade-hamlit-for-ruby25.yml new file mode 100644 index 00000000000..39e10121507 --- /dev/null +++ b/changelogs/unreleased/upgrade-hamlit-for-ruby25.yml @@ -0,0 +1,5 @@ +--- +title: 'Update hamlit to fix ruby 2.5 incompatibilities, fixes #42045' +merge_request: +author: Matthew Dawson +type: fixed |