From: Wolfgang Bangerth Date: Mon, 10 Jul 2017 19:33:36 +0000 (-0600) Subject: Add changelog entry. X-Git-Tag: v9.0.0-rc1~1424^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb4b78c58d474639b408d11cee2769347447997c;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes/incompatibilities/20170710Bangerth b/doc/news/changes/incompatibilities/20170710Bangerth new file mode 100644 index 0000000000..90e15f1993 --- /dev/null +++ b/doc/news/changes/incompatibilities/20170710Bangerth @@ -0,0 +1,10 @@ +Changed: The TableIndices class had a single constructor that just +took as many indices as one wanted, and padded any unassigned indices +with numbers::invalid_unsigned_int. This invited mistakes and indeed +led to difficult to track down errors. +
+This constructor is therefore now deprecated, and has been replaced by +a series of constructors with between one and five arguments that can +be used for objects of type TableIndices<1> to TableIndices<5>. +
+(Wolfgang Bangerth, 2017/07/10)