From fee94f09815e1b159c70ae6042cb3c87948bac9f Mon Sep 17 00:00:00 2001
From: Timo Heister
Date: Thu, 19 Nov 2015 08:12:24 -0500
Subject: [PATCH] changelog entry
---
doc/news/changes.h | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/news/changes.h b/doc/news/changes.h
index 49b0aab6f2..6a91d657a3 100644
--- a/doc/news/changes.h
+++ b/doc/news/changes.h
@@ -38,6 +38,14 @@ inconvenience this causes.
+ - Removed: Previously deprecated global instance multithread_info of
+ MultithreadInfo has been removed (all members of this class are static
+ so there is no reason to use/create an instance). The deprecated
+ MultithreadInfo::n_cpus member also got removed in favor of
+ MultithreadInfo::n_cores().
+
+ (Timo Heister, 2015/11/19)
+
- Removed: The
UpdateFlags
flags
update_support_points
, update_support_jacobians
,
and update_support_inverse_jacobians
have been removed.
--
2.39.5