From c9353d96d8161ddd058c944fa67515803c73cc6c Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Mon, 14 Oct 2019 10:08:49 +0200
Subject: [PATCH] Release version 4.6.0

---
 CHANGELOG.md | 25 +++++++++++++++++++++++++
 package.json |  2 +-
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d88a08e..64f0503e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,28 @@
+stable - 2019-10-14
+===================
+
+new features
+------------
+ * New module "Jet impact"
+ * New module "Up/downstream elevations of a reach"
+ * New module "Slope"
+ * New module "Loss of charge, water grid"
+ * Set Remous input parameters to elevations
+ * SectionParametree: replace Yf et Yt with Ycor
+ * RegimeUniforme: add average speed
+ * CalcSerie(): when a parameter varies, add to global log an abstract of errors/warnings
+ * Store précision and max. number of iterations in Session, and apply the latter to Dichotomie.maxIterations
+ * Add warnings for Parallel Structures usage conditions
+
+bug fixes
+---------
+ * SectionParametree: input parameters were ignored
+ * MacroRugo submerged: flows gap
+ * Remous: when reach length is not a multiple of discretisation step, calculate last abscissa anyway
+ * Remous: crash with a parameter linked to a not-yet-calculated result
+ * CourbeRemous: sometimes 1st ordinate of torrential curve is missing
+ * MacroRugo: calculation does not converge for low depths
+
 stable - 2019-08-06
 ===================
 
diff --git a/package.json b/package.json
index badc3cb1..9354bc6f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "jalhyd",
-  "version": "4.5.0",
+  "version": "4.6.0",
   "author": "DD",
   "license": "ISC",
   "description": "JaLHyd, a Javascript Library for Hydraulics",
-- 
GitLab