diff --git a/ChangeLog.rst b/ChangeLog.rst index 3343470c..1b6dcf7c 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,15 +1,24 @@ 2.0.0 - TBD ----------- -* Packages for `Debian `_ GNU/Linux and derived distributions - such as Ubuntu: +* C++ Format is now available in `Debian `_ GNU/Linux + (`stretch `_, + `sid `_) and + derived distributions such as + `Ubuntu `_ 15.10 and later + (`#155 `_):: + + $ sudo apt-get install libcppformat1-dev - - Debian `stretch `_ - - Debian `sid `_ - - `Ubuntu `_ - Thanks to `@jackyf (Eugene V. Lyubimkin) `_. +* C++ Format can now be installed via `Homebrew `_ on OS X + (`#157 `_):: + + $ brew install cppformat + + Thanks to `@ortho `_, Anatoliy Bulukin. + * [Breaking] Changed default ``bool`` format to textual, "true" or "false" (`#170 `_):