Skip to content

Commit

Permalink
document last core-js changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Aug 11, 2023
1 parent 803364f commit 4510949
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
use org.htmlunit.html.HtmlImage.getImageData() instead.
</action>

<action type="fix" dev="rbri">
core-js: Improved handling for NativeError instances when generating the console output.
Before this, when outputing NativeError instances the json serializer was used ending up in something like this '{"fileName":"source.js","lineNumber":426}';
means the whole message was missing. This fix brings the output closer to the output of real browsers by writing the message and the stack trace.
</action>
<action type="add" dev="rbri">
htmx version 1.9.4 testsuite added.
</action>
Expand Down

0 comments on commit 4510949

Please sign in to comment.