diff --git a/CHANGELOG.md b/CHANGELOG.md index d74391d..1fe3970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to the debug adapter will be documented in this file. +## [0.4.2] +- Improve handling of cyclic references +- Ignore breakpoints from other languages +- Fix suspension policy on user breakpoints + ## [0.4.1] - Emit threads in attached VM correctly - Fix breakpoint placements in local classes diff --git a/gradle.properties b/gradle.properties index 4781875..3fca851 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -projectVersion=0.4.1 +projectVersion=0.4.2 kotlinVersion=1.3.40