From dc86b55dd4e7c21916a6722a5687e63afe0a9e2f Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Wed, 9 Dec 2015 20:57:30 -0600 Subject: [PATCH] Add entry to changes.h --- doc/news/changes.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index fc61369fc3..577944c6b1 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -183,6 +183,15 @@ inconvenience this causes.

General

    +
  1. New: There is now a function Utilities::to_string that works like + int_to_string, but is more safe for long integers, negative integers, and + also handles floating point numbers. The implementation of int_to_string + was changed to simply call to_string. int_to_string is kept for + compatibility, but should only be used for unsigned integers. +
    + (Rene Gassmoeller, 2015/12/09) +
  2. +
  3. New: The WorkStream class's design and implementation are now much better documented in the form of a @ref workstream_paper "preprint".
    -- 2.39.5