From f218aa63609f95058da49bcf9fb32f0492e1ace5 Mon Sep 17 00:00:00 2001
From: gprat <guylaine.prat@c-s.fr>
Date: Thu, 16 Jul 2020 09:15:04 +0200
Subject: [PATCH] Update changes description.

---
 src/changes/changes.xml | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dcf74ec3..72c66b77 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -20,7 +20,12 @@
     <title>Rugged Changes</title>
   </properties>
   <body>
-     <release version="2.2-SNAPSHOT" date="TBD" description="TBD">
+     <release version="2.2" date="TBD" description="This is a minor release.
+     It adds access to algorithm identifier, 
+     corrects an Earth constant for model IERS96, 
+     improves documentationand fixes a few bugs.
+     Automatic building, release and code analysis are available with Gitlab CI.
+     This version depends on Orekit 10.2 and Hipparchus 1.7.">
       <action dev="guylaine" type="update" issue="383">
         Updated dependencies to Orekit 10.2 (and Hipparchus 1.7).
       </action>
@@ -31,21 +36,12 @@
       <action dev="luc" type="fix" issue="386">
         Fix a unit test due to CI specificity.
       </action>
-      <action dev="guylaine" type="update">
-        Update building explanations in static site and remove redundant BUILDING.txt.
-      </action>
       <action dev="guylaine" type="update"  issue="381">
         Give access to algorithm identifier (DUVENHAGE,
         CONSTANT_ELEVATION_OVER_ELLIPSOID, ...) with the new method getAlgorithmId().
       </action>
       <action dev="guylaine" type="update"  issue="385">
         Use the new Derivative&lt;T&gt; interface from Hipparchus.
-      </action>
-      <action dev="guylaine" type="update">
-        Update deprecated method of Orekit DataProvidersManager class.
-      </action>
-       <action dev="guylaine" type="update" issue="382">
-        Remove explicit dependency to Hipparchus library.
       </action>
        <action dev="guylaine" type="fix" issue="379">
         Correct erroneous Earth flattening for model IERS96 in RuggedBuilder.
@@ -53,6 +49,15 @@
       <action dev="guylaine" type="update" issue="378">
         Replace in RuggedBuilder hard-coded constants by Orekit Earth constants.
       </action>
+      <action dev="guylaine" type="update">
+        Update building explanations in static site and remove redundant BUILDING.txt.
+      </action>
+      <action dev="guylaine" type="update">
+        Update deprecated method of Orekit DataProvidersManager class.
+      </action>
+      <action dev="guylaine" type="update" issue="382">
+        Remove explicit dependency to Hipparchus library.
+      </action>
       <action dev="guylaine" type="add">
         Add package-info documentation.
       </action>
-- 
GitLab