Skip to content

Commit

Permalink
Changelog for 0.29.0
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Nov 20, 2024
1 parent 3c30e71 commit 2e91ada
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [0.29.0](https://github.com/eclipse/lemminx/milestone/45?closed=1) (November 21, 2024)


### Bug Fixes

- ICompletionParticipant#onXMLContent is not called for CDATA. See [#1694](https://github.com/eclipse-lemminx/lemminx/issues/1694).
- Fix interaction between XInclude and <?xml-model> PI. See [#1670](https://github.com/eclipse-lemminx/lemminx/pull/1670).
- Supports TextDocumentContentChangeEvent#getRangeLength with null value. See [#1696](https://github.com/eclipse-lemminx/lemminx/pull/1696).
- Implement `org.eclipse.lemminx.dom.DOMNode.getTextContent()` according to the API. See [#1695](https://github.com/eclipse-lemminx/lemminx/issues/1695).
- Support xsi:type overrides when resolving content model. See [#1647](https://github.com/eclipse-lemminx/lemminx/pull/1647).

### Build

- Fix builds on MacOS ARM64 with Java 8 (Temurin).. See [#1646](https://github.com/eclipse-lemminx/lemminx/pull/1646).
- Remove xtend.lib dependency. See [#1630](https://github.com/eclipse-lemminx/lemminx/pull/1630).

### Other

- Make CacheResourcesManager Constructor used for test package protected. See [#1702](https://github.com/eclipse-lemminx/lemminx/pull/1702).
- Fix link to MavenDiagnosticParticipant. See [#1692](https://github.com/eclipse-lemminx/lemminx/pull/1692).

## [0.28.0](https://github.com/eclipse/lemminx/milestone/44?closed=1) (May 27, 2024)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lemminx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.lemminx</groupId>
<artifactId>lemminx-parent</artifactId>
<version>0.28.1-SNAPSHOT</version>
<version>0.29.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lemminx</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lemminx</groupId>
<artifactId>lemminx-parent</artifactId>
<version>0.28.1-SNAPSHOT</version>
<version>0.29.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse LemMinX</name>
<description>LemMinX is a XML Language Server Protocol (LSP), and can be used with any editor that supports LSP, to offer an outstanding XML editing experience</description>
Expand Down

0 comments on commit 2e91ada

Please sign in to comment.