Skip to content

Commit

Permalink
Merge release into master (#1572)
Browse files Browse the repository at this point in the history
* 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 <v.trifonov@gmail.com>
Co-authored-by: Darin Dimitrov <darin.dimitrov@gmail.com>

Co-authored-by: Darin Dimitrov <darin.dimitrov@gmail.com>
Co-authored-by: Vasil Trifonov <v.trifonov@gmail.com>
  • Loading branch information
3 people authored Jan 31, 2020
1 parent c37080d commit 824affb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

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

6.3.1
==

## Bug Fixes

- [Kotlin enum values not visible at runtime (#1560)](https://github.com/NativeScript/android-runtime/issues/1560)
- [Code cache breaks HMR (#1554)](https://github.com/NativeScript/android-runtime/issues/1554)
- [Worker memory leak in android (#1550)](https://github.com/NativeScript/android-runtime/issues/1550)

6.3.0
==

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class KotlinClassDescriptor(nativeClass: JavaClass, private val metadataAnnotati
}

if (metaClass.enumEntries.isNotEmpty()) {

val enumFields = getEnumEntriesAsFields(nativeClass, metaClass.enumEntries)
fields.addAll(enumFields)
}
Expand Down

0 comments on commit 824affb

Please sign in to comment.