Skip to content

Commit

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

* Propert setting (via `prop<-` and `@<-`) rewritten in C for performance (#396).

* Fixed a regression where `validate()` would not be called after a custom
property setter was invoked (reported in #393, fixed in #396).

* When a method is not found, the error now has class `S7_error_method_not_found`.

* The `Ops` generic now falls back to base Ops behaviour when one of the
Expand Down

0 comments on commit ad6ab1a

Please sign in to comment.