Skip to content

Commit 824affb

Browse files
vmutafovdarindvtrifonov
authored
Merge release into master (#1572)
* fix(workers): Dispose the isolate when terminating workers (#1550) * Prepare 6.3.1 patch (#1561) * bumping version * fix(workers): Dispose the isolate when terminating workers (#1550) * fix: Ensure js timestamp is smaller than corresponding code cache file timestamp (#1554) * Fix Kotlin enum accessing issue (#1559) * Update package.json version to 6.3.1 * Update CHANGELOG.md Co-authored-by: Vasil Trifonov <[email protected]> Co-authored-by: Darin Dimitrov <[email protected]> Co-authored-by: Darin Dimitrov <[email protected]> Co-authored-by: Vasil Trifonov <[email protected]>
1 parent c37080d commit 824affb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

66
- [Upgrade v8 to 7.9.317.31 (#1526)](https://github.com/NativeScript/android-runtime/issues/1555)
77

8+
6.3.1
9+
==
10+
11+
## Bug Fixes
12+
13+
- [Kotlin enum values not visible at runtime (#1560)](https://github.com/NativeScript/android-runtime/issues/1560)
14+
- [Code cache breaks HMR (#1554)](https://github.com/NativeScript/android-runtime/issues/1554)
15+
- [Worker memory leak in android (#1550)](https://github.com/NativeScript/android-runtime/issues/1550)
16+
817
6.3.0
918
==
1019

test-app/build-tools/android-metadata-generator/src/src/com/telerik/metadata/parsing/kotlin/classes/KotlinClassDescriptor.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class KotlinClassDescriptor(nativeClass: JavaClass, private val metadataAnnotati
5757
}
5858

5959
if (metaClass.enumEntries.isNotEmpty()) {
60+
6061
val enumFields = getEnumEntriesAsFields(nativeClass, metaClass.enumEntries)
6162
fields.addAll(enumFields)
6263
}

0 commit comments

Comments
 (0)