add change-notes

This commit is contained in:
erik-krogh
2023-10-09 09:43:06 +02:00
parent f48b47c656
commit a7ab9fd93b
7 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* Deleted the deprecated `AnalysedString` class, use the new name `AnalyzedString`.
* Deleted the deprecated `isBarrierGuard` predicate from the dataflow library and its uses, use `isBarrier` and the `BarrierGuard` module instead.