Skip to content

Commit 10a6ec4

Browse files
authored
Move 'Breaking Changes' section on the top
1 parent a1e16d4 commit 10a6ec4

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
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
617
- [Support UTF-16 characters in inspector Log domain (#1418)](https://github.com/NativeScript/android-runtime/pull/1418)
@@ -19,15 +30,6 @@
1930
- [Warnings when building android(#1396)](https://github.com/NativeScript/android-runtime/issues/1396)
2031
- [No JS stack on discardedError and unhandledError(#1354)](https://github.com/NativeScript/android-runtime/issues/1354)
2132
22-
## Breaking Changes
23-
24-
- 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:
25-
26-
```
27-
The application crashed because of an uncaught exception. You can look at "stackTrace" or "nativeException" for more detailed information about the exception.
28-
```
29-
30-
- [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.
3133
3234
5.4.0
3335
==

0 commit comments

Comments
 (0)