Last modified by Thomas Mortagne on 2017/03/24

<
From version < 6.1 >
edited by Vincent Massol
on 2015/04/16
To version < 7.1 >
edited by Vincent Massol
on 2015/04/16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -33,3 +33,13 @@
33 33  == General Notes ==
34 34  
35 35  When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
36 +
37 +== API Breakages ==
38 +
39 +The following APIs were modified since XWiki 6.4:
40 +
41 +* The WikiModel's XHTML internal parser code wasn't supposed to be exposed as an API:
42 +
43 +{{code language="none"}}
44 +org.xwiki.rendering.wikimodel.xhtml.handler.DivisionTagHandler: Method 'protected java.lang.String getDocumentClass()' has been removed
45 +{{/code}}

Get Connected