add some change-notes

This commit is contained in:
erik-krogh
2024-09-03 22:06:07 +02:00
parent e76dcf9df9
commit e2b16bd8f9
8 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
category: breaking
---
* Deleted the deprecated `explorationLimit` predicate from `DataFlow::Configuration`, use `FlowExploration<explorationLimit>` instead.
* Deleted the deprecated `getDerivedTypeDecl` predicate from the `TypeDecl` class, use `getADerivedTypeDecl` or `getABaseTypeDecl` instead.