Skip to content

Commit

Permalink
Add NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Nov 5, 2024
1 parent 00fecec commit 6e84c3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# S7 (development version)

* The call context of a dispatched method (as visible in `sys.calls()` and
`traceback()`) no longer includes the inlined method and generic, resulting in
more compact and readable tracebacks. The dispatched method call now contains
only the method name, which serves as a hint for retrieving the method. For
example: `method(my_generic, class_double)`(x=10, ...). (#486)

* `new_class()` now automatically infers the package name when called from
within an R package (#459).

Expand Down

0 comments on commit 6e84c3d

Please sign in to comment.