Fixed up ChangeLog.rst
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 2 Jan 2020 11:08:33 +0000 (11:08 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 2 Jan 2020 11:08:33 +0000 (11:08 +0000)
Last two changes were not part of the released version.

ChangeLog.rst

index a56f854a1973f086ecd84be64854535bbd39ea62..956c910656210f09d05d87581055b05b7ab73000 100644 (file)
@@ -1,3 +1,9 @@
+Unreleased Changes
+==================
+
+* Fixed memory leak in fuse_session_new().
+* Fixed an issue with the linker version script.
+
 libfuse 3.10.0 (2019-12-14)
 ==========================
 
@@ -5,9 +11,6 @@ libfuse 3.10.0 (2019-12-14)
   Define FUSE_USE_VERSION < 35 to get old ioctl prototype
   with int commands; define FUSE_USE_VERSION >= 35 to get
   new ioctl prototype with unsigned int commands.
-* Fixed memory leak in fuse_session_new().
-* Fixed an issue with the linker version script.
-
 
 libfuse 3.9.0 (2019-12-14)
 ==========================