add change-notes

This commit is contained in:
erik-krogh
2025-01-27 22:43:13 +01:00
parent d46a2d4e80
commit a1afa20d4b
9 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
category: breaking
---
* Deleted the deprecated `Make` and `MakeWithState` modules, use `Global` and `GlobalWithState` instead.
* Deleted the deprecated `hasFlow`, `hasFlowPath`, `hasFlowTo`, and `hasFlowToExpr` predicates, use `flow`, `flowPath`, `flowTo`, and `flowToExpr` respectively instead.