diff options
| author | Laurent Redor | 2017-09-14 15:36:07 +0000 |
|---|---|---|
| committer | Laurent Redor | 2017-09-15 13:24:28 +0000 |
| commit | 25015d530b8dc0d00330e4eba2b895e50bdf1df6 (patch) | |
| tree | bc309ac7a4f08063128800984c9837ef5360bf5d | |
| parent | 55a1159593d22e4e88b4949d37e4ecc65c4035b0 (diff) | |
| download | org.eclipse.sirius-25015d530b8dc0d00330e4eba2b895e50bdf1df6.tar.gz org.eclipse.sirius-25015d530b8dc0d00330e4eba2b895e50bdf1df6.tar.xz org.eclipse.sirius-25015d530b8dc0d00330e4eba2b895e50bdf1df6.zip | |
[516669] Add migration version info in release notes
Bug: 516669
Change-Id: Ia9fa4ff1ff8c427862c532e34cbd3ff0ae7dd7d3
Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
| -rw-r--r-- | plugins/org.eclipse.sirius.doc/doc/Release_Notes.html | 5 | ||||
| -rw-r--r-- | plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html index f956d16651..25897f068d 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.html @@ -200,10 +200,11 @@ <code>SiriusDefaultSizeNodeFigure</code> instead. </li> <li><span class="label label-success">Added</span> A migration has been added to add an - <code>uid</code> to all instances of type DRepresentation.This + <code>uid</code> to all instances of type DRepresentation. This <code>uid</code> is used to reference the DRepresentation from the DRepresentationDescriptor. <code>DRepresentationDescriptor.repPath</code> has been changed to have - <code>uid</code> as fragment. + <code>uid</code> as fragment. The corresponding version, stored in attribute version of viewpoint:DAnalysis of the aird file, is + <em>12.1.0.201707281200</em>. </li> <li><span class="label label-success">Added</span> A migration has been added to fix diagram with edge bend-points corrupted (see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=519044">bugzilla #519044</a> for more details). The corresponding version, stored in attribute version of viewpoint:DAnalysis of the aird file, is diff --git a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile index 9cca3b7cbf..9d30371f53 100644 --- a/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile +++ b/plugins/org.eclipse.sirius.doc/doc/Release_Notes.textile @@ -42,7 +42,7 @@ h4. Migrations * <span class="label label-success">Added</span> A migration has been added to fix diagram with edge labels corrupted (see "bugzilla #518870":https://bugs.eclipse.org/bugs/show_bug.cgi?id=518870 for more details). The corresponding version, stored in attribute version of viewpoint:DAnalysis of the aird file, is _12.1.0.201706291600_. * <span class="label label-success">Added</span> A new class @org.eclipse.sirius.ext.gmf.runtime.gef.ui.figures.SiriusDefaultSizeNodeFigure@ has been added in plugin @org.eclipse.sirius.ext.gmf.runtime@. The goal of the class is to workaround a "GMF bug":https://bugs.eclipse.org/bugs/show_bug.cgi?id=519250. So if you have created class which inherits from @org.eclipse.gmf.runtime.gef.ui.figures.DefaultSizeNodeFigure@, you must now use the new @SiriusDefaultSizeNodeFigure@ instead. -* <span class="label label-success">Added</span> A migration has been added to add an @uid@ to all instances of type DRepresentation.This @uid@ is used to reference the DRepresentation from the DRepresentationDescriptor. @DRepresentationDescriptor.repPath@ has been changed to have @uid@ as fragment. +* <span class="label label-success">Added</span> A migration has been added to add an @uid@ to all instances of type DRepresentation. This @uid@ is used to reference the DRepresentation from the DRepresentationDescriptor. @DRepresentationDescriptor.repPath@ has been changed to have @uid@ as fragment. The corresponding version, stored in attribute version of viewpoint:DAnalysis of the aird file, is _12.1.0.201707281200_. * <span class="label label-success">Added</span> A migration has been added to fix diagram with edge bend-points corrupted (see "bugzilla #519044":https://bugs.eclipse.org/bugs/show_bug.cgi?id=519044 for more details). The corresponding version, stored in attribute version of viewpoint:DAnalysis of the aird file, is _12.1.0.201708031200_. h4(#replazyloading). Representations lazy loading (experimental). |
