Skip to content

Commit

Permalink
Update NEWS.md; entry for FieldError
Browse files Browse the repository at this point in the history
[Doc] NEWS.md entry for FieldError

FieldError i introduced in JuliaLang#54504. Updating NEWS.md for broader notice.
  • Loading branch information
arhik committed Jun 18, 2024
1 parent 320366b commit 6525324
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Compiler/Runtime improvements
`i32` or `i64`, and remove unneeded `ptrtoint`/`inttoptr` conversions. For compatibility,
IR with integer pointers is still supported, but generates a deprecation warning. ([#53687])

- A new exception `FieldError` is now introduced to raise/handle `getfield` exceptions. Previously `getfield` exception was captured by fallback generic exception `ErrorException`. Now that `FieldError` is more specific `getfield` related exceptions that can occur should use `FieldError` exception instead. ([#54504])

Command-line option changes
---------------------------

Expand Down

0 comments on commit 6525324

Please sign in to comment.