From 145886a9e10d166a56131b6e2916b7599174935f Mon Sep 17 00:00:00 2001
From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Tue, 28 Oct 2008 14:02:32 +0000
Subject: [PATCH] 4.0: added Debian changelog entry for 4.0.2

git-svn-id: https://www.dynare.org/svn/dynare/branches/4.0@2221 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 debian/changelog | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ec14e3e31..035b9da16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+dynare (4.0.2) unstable; urgency=low
+
+  * Fixed bugs in Kalman filter and smoother
+  * Fixed bug with "corr" statement of "shocks" block
+  * Added error message if number of equations differs from number of endogenous variables (except when doing optimal policy computation, or standalone BVAR estimation)
+  * Fixed bugs with "dynatype" and "dynasave" commands
+  * Fixed name collisions with Matlab functions "sec2hms" and "bicgstab"
+  * Fixed some licensing issues
+  * Removed obsolete "dr_algo" option
+  * Fixed crashes under Octave due to graphics limitations
+  * Added error message when model local variables (pound sign expressions) are used outside model scope
+  * Included AIM subdirectory in packaging
+  * Estimation: modified computation of log(det(invhess)) to solve cases in large models where det(invhess) is smaller than machine precision
+
+ -- Sébastien Villemot <sebastien.villemot@ens.fr>  Tue, 28 Oct 2008 14:57:28 +0100
+
 dynare (4.0.1) unstable; urgency=low
 
   * Include matlab/distributions/ directory in packaging
-- 
GitLab