Skip to content

Commit

Permalink
Fix #2810: describe using typeguards instead of .type in history
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Oct 13, 2022
1 parent b3e1a0d commit f891381
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

# 2022-10-11, 11.3.0

- Allow creating new subclasses of `Node` in TypeScript. Thanks @mattvague.
- Allow creating new subclasses of `Node` in TypeScript (#2772).
Note that this disables being able to narrow MathNodes by using the `.type`
property. Use typeguards like `isOperatorNode(...)` instead (see #2810).
Thanks @mattvague.
- Fix #2793: `flatten()` cloning entries of array/Matrix (#2799).
- Fix #2627: TypeScript definitions of `pinv` missing (#2804).
Thanks @HanchaiN.
Expand Down

0 comments on commit f891381

Please sign in to comment.