Bug 496401 - [Designer][release] upgrade the changes.xml files

Change-Id: I2bb15e1dfdb1afc9bd5b531638af78dc83e4ac74
Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5b749a0..50371a8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -1,24 +1,25 @@
 <document xmlns="http://maven.apache.org/changes/1.0.0"
-          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-          xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
-  <properties>
-    <title>Changes Report: Papyrus Designer</title>
-  </properties>
-  <body>
-    <release version="0.7.0" date="2016-04-05" description="Java feature">
-      <action dev="sli" type="add" issue="491025">
-        [Codegen Java] New Java code generator, profile, and library
-      </action>
-    </release>
-	<release version="0.7.0" date="2016-02-10" description="Reverse C++ feature">
-      <action dev="sli" type="add" issue="487526">
-        [Reverse C++] New C++ to UML reverse plugins
-      </action>
-    </release>
-    <release version="0.7.0" date="2016-02-01" description="Feature migration">
-      <action dev="flefevre" type="fix" issue="487432">
-        [designer][releng] migrate the feature from extra to designer
-      </action>
-    </release>
-  </body>
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
+	<properties>
+		<title>Changes Report: Papyrus Designer</title>
+	</properties>
+	<body>
+		<release version="1.0.0" date="2016-06-20" description="Elephant">
+			<action dev="sli" type="add" issue="494932">
+				There is now a common profile for code generation with meta-info like project name, source folder, etc... This common profile thus lets the user customize where and how code is generated. The common profile is handled by both the Java and C++ generators.
+			</action>
+		</release>
+		<release version="0.7.0" date="2016-04-05" description="Girafe">
+			<action dev="sli" type="add" issue="491025">
+				[Codegen Java] New Java code generator, profile, and library
+			</action>
+			<action dev="sli" type="add" issue="487526">
+				[Reverse C++] New C++ to UML reverse plugins
+			</action>
+			<action dev="flefevre" type="fix" issue="487432">
+				[designer][releng] migrate the feature from extra to designer
+			</action>
+		</release>
+	</body>
 </document>
\ No newline at end of file