From 773aab0adb6577c84643a25608927f2f62b7df8b Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 28 Aug 2019 12:56:28 +0200 Subject: [PATCH] Update NEWS for 0.13.2 --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 20c6276a..8e33894e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.13.2 (UNRELEASED) +------------------- +- Add locking to ioctl emulation (#92) +- Don't expect size to be non-zero for mocked /sys (#93) + 0.13.1 (2019-07-22) ------------------- - Ship code coverage autoconf macros in dist tarball (#91)