diff --git a/HISTORY.md b/HISTORY.md index 5b5d46b0d..001d72a49 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,8 @@ # unpublished changes since 12.1.0 +- Feat: lazy evaluation of operators `and`, `or`, `&`, `|` (#3090, #3101, + #2766). Thanks @smith120bh. - Fix: #3096 embedded docs of eigs throwing an error.