From 2242f4f4c436e7c1c97f8e6072dc05e59554eda8 Mon Sep 17 00:00:00 2001 From: Evgeny Safronov Date: Tue, 9 Feb 2016 17:42:15 +0300 Subject: [PATCH] version: bump - 1.0.0-0alpha6 --- CHANGELOG.md | 2 ++ debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c3c815..3d7fcd04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Integration with CodeCov ([#66]). - Keep a changelog ([#67]). - Embed libcppformat directly into the Blackhole ([#68]). +- Hide rapidjson symbols entirely ([#78]). ## [0.5.0] - The Infinite Corruptor - 2015-04-09 ### Added @@ -254,6 +255,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). [#66]: (https://github.com/3Hren/blackhole/issues/66) [#67]: (https://github.com/3Hren/blackhole/issues/67) [#68]: (https://github.com/3Hren/blackhole/issues/68) +[#78]: (https://github.com/3Hren/blackhole/issues/78) [#38]: (https://github.com/3Hren/blackhole/pull/38) [#40]: (https://github.com/3Hren/blackhole/pull/40) diff --git a/debian/changelog b/debian/changelog index 3026f469..cc927dbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +blackhole (1.0.0-0alpha6) unstable; urgency=low + + * Feature: completely hide rapidjson symbols. + + -- Evgeny Safronov Tue, 09 Feb 2016 16:56:32 +0300 + blackhole (1.0.0-0alpha5) unstable; urgency=low * Bug fix: file sink will now append by default instead of truncating.