@@ -17,22 +17,15 @@ Changelog
1717 - Dialect metadata file is now on a public URL: http://www.thymeleaf.org/xsd/thymeleaf-extras-dialect-2.1.xsd
1818 This should make it easier to create conformant XML files since you can now
1919 just point your XML editor to the schema ([ #23 ] ( https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/23 ) )
20- - Fix for interoperability with other plugins that may hijack the standard HTML
21- page editor, or plugins that make use of the standard HTML page editor
22- ([ #28 ] ( https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/28 ) ,
23- [ #43 ] ( https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/43 ) )
24-
25- ### 2.0.5
26- - Focused so much on getting Thymeleaf Natures _ added_ to a project, that we
27- forgot to test _ removing_ it, which suffered from the same bugs as adding it
28- did. Fixed. ([ #45 ] ( https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/45 ) )
29-
30- ### 2.0.4
3120 - Fix for some Eclipse installations that were failing to add the Thymeleaf
3221 nature, introduced in 2.0.3 ([ #40 ] ( https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/40 ) ,
3322 [ #42 ] ( https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/42 ) ,
3423 with a big thanks to [ Thibault Duchateau] ( https://github.com/tduchateau ) for
3524 finding and providing the fix)
25+ - Fix for interoperability with other plugins that may hijack the standard HTML
26+ page editor, or plugins that make use of the standard HTML page editor
27+ ([ #28 ] ( https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/28 ) ,
28+ [ #43 ] ( https://github.com/thymeleaf/thymeleaf-extras-eclipse-plugin/issues/43 ) )
3629
3730### 2.0.3
3831 - Added support for a wider range of workspace refresh types, so if the
0 commit comments