From e44cf98807563973d855ae9a2a16dc94bf5e13f9 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 31 Mar 2018 14:14:49 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 2ba12d59..ef09581d 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,8 @@ v0.2 (xxxx-xx-xx) delayed until first use of thread local variable. - Store full thread name if pthreads (with 15 character name limit) are used. +- Properly handle unaligned memory access (no performance impact). +- Fixed broken lock identifiers in try_lock(). v0.1 (2017-12-18)