Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit dda6649

Browse files
committed
docs(changelog/2.6.1-beta): update changelog
1 parent e1382f1 commit dda6649

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

changelogs/v2.6.1-beta.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ _No new additions in this release._
2929
- On-demand imports in Java files no longer cause the definition and reference providers to fail ([issue #1449](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1449), [issue #1211](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1211)).
3030
- Resolved a `NullPointerException` when publishing diagnostics to the editor ([issue #1462](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1462)).
3131
- Occasional `NullPointerException` when saving files has been addressed ([issue #1463](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1463)).
32+
- Fixed memory leaks caused due to `TSTree` instances not being closed by Java LSP.
33+
- Fixed a bug that cause build failures if the project had subprojects in sub-directories ([issue #1491](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1491)).
3234

3335
## Improvements
3436

@@ -40,7 +42,7 @@ _No new additions in this release._
4042

4143
## Contributors
4244

43-
- @raredeveloper ([PR #1439](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1439), [PR #1456](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1456), [PR #1470](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1470)).
45+
- @raredeveloper ([PR #1439](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1439), [PR #1456](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1456), [PR #1470](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1470), [PR #1487](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1487)).
4446
- @Rafael2616 ([PR #1442](https://github.com/AndroidIDEOfficial/AndroidIDE/issues/1442)).
4547

4648
We believe that you'll have a delightful experience using AndroidIDE v2.6.1-beta!

0 commit comments

Comments
 (0)