aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2017-08-11 09:27:10 +0100
committerGitHub <noreply@github.com>2017-08-11 09:27:10 +0100
commit5fcd04cdef9b8378fe0a9cafe426321a62d9bdbd (patch)
tree37f3ff94283dbc60a73ea25418fb857eb6af037b /HISTORY.md
parentc116e48418004e6f2538f711b63abc128c26245c (diff)
parenta80518e308ab910a90ea0cef1e46a29800edd9a9 (diff)
Merge pull request #516 from szeder/quote-prefix-tag
Quote the prefix tag in the space_pad_to function
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index f86dbdf..dd59802 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
### In Development
- Fix: Add -fno-devirtualize flag to workaround g++ segfault bug (issue #486). (https://github.com/sej7278)
+- Fix: Quote the prefix tag in the space_pad_to function
- Tweak: Set ARDMK_VERSION to 1.6 (https://github.com/sej7278)
- New: Added -fdiagnostics-color to *STD flags (https://github.com/sej7278)