From a47d02884b0b62264f3b8249f36a0a98448951ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 13 Dec 2013 12:07:48 +0100
Subject: [PATCH] Fixes to the release notes (cherry picked from commit
 c6ca0c593c7cf8d10799b2f90d180df9222b0000)

---
 NEWS | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index afe7dd659..ddcbffafd 100644
--- a/NEWS
+++ b/NEWS
@@ -89,11 +89,17 @@ Here is the list of major user-visible changes:
 
  - Option `ar' can now be given to the `estimation' command.
 
- - New options `nograph', `nointeractive', `nostrict' and `nowarn' to the
-   `dynare' command.
+ - New options `nograph', `nointeractive' and `nowarn' to the `dynare' command,
+   for a better control of what is displayed.
+
+ - New option `nostrict' to the `dynare' command, for allowing Dynare to
+   continue processing when there are more endogenous variables than equations
+   or when an undeclared symbol is assigned in `initval' or `endval'.
 
  - The information on MCMC acceptance rates, seeds, last log posterior
-   likelihood, and last parameter draw are now saved in `oo_.MC_record'.
+   likelihood, and last parameter draw are now saved on the disk and can
+   be displayed with `internals --display-mh-history' or loaded into the
+   workspace with `internals --load-mh-history'.
 
  - New options `mode_check_neighbourhood_size', `mode_check_symmetric_plots'
    and `mode_check_number_of_points', for a better control of the diagnostic
@@ -209,7 +215,9 @@ Here is the list of major user-visible changes:
    that if a MOD file was updated between runs in the same folder and a
    `file_tag' was not changed, then the results would not change.
 
- - Correcting evaluation of planner objective function under Ramsey policy.
+ - The `ramsey_policy' command was not putting in `oo_.planner_objective_value'
+   the value of the planner objective at the optimum.
+
 
 * References:
 
-- 
GitLab