From 47ce3ef99c7d1c106d334bb6fe2d845e3072aa47 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 20 Sep 2018 21:26:48 +0200 Subject: [PATCH] Changes: Document #219, give credit to @benjaminp --- expat/Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/expat/Changes b/expat/Changes index de19af59..45e4a007 100644 --- a/expat/Changes +++ b/expat/Changes @@ -7,8 +7,10 @@ Release x.x.x XXX XXXXXX XX XXXX #195 #197 Autotools/CMake: Utilize -fvisibility=hidden to stop exporting non-API symbols #212 CMake: Make libdir of pkgconfig expat.pc support multilib + #219 Remove fallback to bcopy, assume that memmove(3) exists Special thanks to: + Benjamin Peterson @userwithuid Yury Gribov