summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-03-16 21:34:56 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-03-16 21:34:56 -0700
commitcec32da2b5ea03066baff55810f7e8f30960b10d (patch)
tree8cf7cc6dd284ebe7924cd4287616e33f290a7ce3 /docs
parentfe7b837868b22a3684603327bfaa3242eb8adf22 (diff)
docs: Update changelog
Mention ubsan fixes; these fixes probably fix compact mode on some 64-bit architecture where unaligned pointer reads aren't valid as well but it's probably not very relevant...
Diffstat (limited to 'docs')
-rw-r--r--docs/manual.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual.adoc b/docs/manual.adoc
index a59ec93..fb277c6 100644
--- a/docs/manual.adoc
+++ b/docs/manual.adoc
@@ -2144,6 +2144,7 @@ Because of the differences in document object models, performance considerations
. Fix implicit fallthrough warnings in gcc 7
. Fix cray++ compiler errors
. Fix unsigned integer overflow errors with -fsanitize=integer
+ . Fix undefined behavior sanitizer issues in compact mode
[[v1.8]]
=== v1.8 ^2016-11-24^