aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorarmvixl <vixl@arm.com>2015-10-23 13:38:33 +0100
committerarmvixl <vixl@arm.com>2015-10-23 13:38:33 +0100
commit684cd2a7f5845539b58d0da7e012e39df49ceff0 (patch)
tree9cc167c2cf3a42d44477bdf0f6d8f67bc479c2f2 /doc
parentdb6443499376478f5281607a3923e6ffc4c8d8ec (diff)
VIXL Release 1.11
Refer to the README.md and LICENCE files for details.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog.md b/doc/changelog.md
index 83a9c269..e3c4e2a6 100644
--- a/doc/changelog.md
+++ b/doc/changelog.md
@@ -1,6 +1,13 @@
VIXL Change Log
===============
+* 1.11
+ + Fix bug in simulation of add with carry.
+ + Fix use-after-free bug in Literal handling.
+ + Build system updates for Android.
+ + Add option to run test.py under Valgrind.
+ + Other small bug fixes and improvements.
+
* 1.10
+ Improved support for externally managed literals.
+ Reworked build and test infrastructure.