From: Fahad Alrashed <alrashedf@math.tamu.edu>
Date: Sat, 21 Sep 2013 16:05:02 +0000 (+0000)
Subject: forgot to add a new entry in changes.h
X-Git-Tag: v8.1.0~753
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5df13ba4190dafb4d5e659751d08789c03094ae7;p=dealii.git

forgot to add a new entry in changes.h

git-svn-id: https://svn.dealii.org/trunk@30887 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index cf9bc2661d..0752093e37 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -85,6 +85,13 @@ inconvenience this causes.
 <h3>Specific improvements</h3>
 
 <ol>
+  <li>
+  New: Added write_visit_record that allows writing .visit files with multiple blocks
+  and multiple time steps.
+  <br>
+  (Fahad Alrashed, 2013/09/21)
+  </li>
+
   <li>
   Changed: GridTools::have_same_coarse_mesh was only instantiated for
   MGDoFHandler arguments in debug mode. This is now fixed.