From 549017d7d78e29a43ac0fd6708fb486740857cab Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@inrae.fr>
Date: Mon, 27 Dec 2021 11:56:58 +0100
Subject: [PATCH] docs(NEWS): update

---
 NEWS.md | 35 +++++++++++++++++++++++++----------
 1 file changed, 25 insertions(+), 10 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 33b506f..36f0841 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,25 +1,40 @@
-# hubeau (development version)
+hubeau (development version)
+============================
 
+New features
+------------
+* Add informations in DESCRIPTION file (#12)
+* `get_hydrometrie_observations_tr` add an option for handling duplicate entries (#10)
 * Deploy pkgdown website on github (#9)
-
 * Add "Piézométrie" APIs (#8)
-
 * Add hydrometrie APIs (#7)
-
 * Add the API prelevements/ouvrage (#6)
-
 * Manage global limitation to 20000 records for all API (#5)
-
 * Add data retrieval of "Indicateurs des services d'eau et d'assainissement" (#4)
-
 * Extends package functionalities to the Hub'Eau APIs (#3)
-
 * BNPE: Use new API for harvesting data (#2)
 
-# hubeau 0.2.0 (2021-06-24)
+Bug fixes
+---------
+
+* Crash in get_hydrometrie_observations_tr for empty response (#13)
+
+Internal changes
+----------------
+
+* CI: Mirroring gitlab repository to github at push (#11)
+* pkgdown build site with Ubuntu on github (#15)
+
+hubeau 0.2.0 (2021-06-24)
+=========================
+New features
+------------
 
 * BNPE: download metadata and annual withdrawal volumes at "ouvrage" scale (#1)
 
-# hubeau 0.1.0 (2021-04-30)
+hubeau 0.1.0 (2021-04-30)
+=========================
+New features
+------------
 
 * BNPE: download annual withdrawal volumes at commune scale
-- 
GitLab