Skip to content

Commit d8ec4e8

Browse files
author
Nataliya Hristova
authored
Merge pull request #1421 from NativeScript/vmutafov/update-changelog-for-6.0
Update CHANGELOG.md
2 parents c7133fd + 3f29e57 commit d8ec4e8

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

Diff for: CHANGELOG.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
6.0.0
22
==
33

4+
## Breaking Changes
5+
6+
- Exception information in onDiscarderError and onUnhandledError is changed so that `message` contains the exception message and `stackTrace` contains only the stackTrace. In the previous implementation `stackTrace` contained some additional details (including the exception message) and the `message` was something like:
7+
8+
```
9+
The application crashed because of an uncaught exception. You can look at "stackTrace" or "nativeException" for more detailed information about the exception.
10+
```
11+
12+
- [The built-in `JSON.stringify` method is used for cross workers communication](https://github.com/NativeScript/android-runtime/issues/1408). Circular object references are no longer supported and attempting to send such object will throw an exception.
13+
14+
415
## What's New
516
17+
- [Use the built-in JSON.stringify for cross workers communication (#1411)](https://github.com/NativeScript/android-runtime/pull/1411)
618
- [Enable AndroidX and Jetifier(#1370)](https://github.com/NativeScript/android-runtime/issues/1370)
719
- [Upgrade v8 to 7.5.288.22(#1387)](https://github.com/NativeScript/android-runtime/issues/1387)
820
- [Upgrade android gradle plugin to the latest 3.4.1 version(#1390)](https://github.com/NativeScript/android-runtime/issues/1390)
@@ -17,15 +29,6 @@
1729
- [Warnings when building android(#1396)](https://github.com/NativeScript/android-runtime/issues/1396)
1830
- [No JS stack on discardedError and unhandledError(#1354)](https://github.com/NativeScript/android-runtime/issues/1354)
1931
20-
## Breaking Changes
21-
22-
- Exception information in onDiscarderError and onUnhandledError is changed so that `message` contains the exception message and `stackTrace` contains only the stackTrace. In the previous implementation `stackTrace` contained some additional details (including the exception message) and the `message` was something like:
23-
24-
```
25-
The application crashed because of an uncaught exception. You can look at "stackTrace" or "nativeException" for more detailed information about the exception.
26-
```
27-
28-
- [The built-in `JSON.stringify` method is used for cross workers communication](https://github.com/NativeScript/android-runtime/issues/1408). Circular object references are no longer supported and attempting to send such object will throw an exception.
2932
3033
5.4.0
3134
==

0 commit comments

Comments
 (0)