Wiki source code of Data

Last modified by Vincent Massol on 2021/04/06

Show last authors
1 {{velocity}}
2 #set ($topSpace = $doc.documentReference.extractFirstReference('SPACE').getName())
3 #set ($xwql = "from doc.object(${topSpace}.Code.ChangesClass) as changes")
4 #if ($services.query.xwql($xwql).count() > 0)
5 {{error}}
6 There are release changes using the old 1.x format and which need to be [[migrated to the 2.0 format>>${topSpace}.Code.MigrationFrom1x]]. Until you perform this migration, all releases notes using these changes will display empty.
7 {{/error}}
8
9 #end
10 {{/velocity}}
11 = Release Notes =
12
13 {{include reference="ReleaseNotes.Code.HomeReleaseNotes"/}}
14
15 = Release Changes =
16
17 A Release Note is made of several Changes. You'll find below all the Release Changes.
18
19 {{include reference="ReleaseNotes.Code.HomeReleaseChanges"/}}
20
21 == Custom Reports ==
22
23 You can generate some custom reports from Release Changes.
24
25 {{include reference="ReleaseNotes.Code.HomeCustomReport"/}}
26
27 Notes:
28 * Lists are allowed by using commas (e.g. "High,Medium")
29 * Wildcards are allowed (e.g. "8.3%")

Get Connected