CPP: add changenote for AnalysedString -> AnalyzedString

This commit is contained in:
Nick Rolfe
2022-05-11 18:16:26 +01:00
parent e1b277386a
commit 7cd6dc1a74

View File

@@ -0,0 +1,4 @@
---
category: deprecated
---
* The `AnalysedString` class in the `StringAnalysis` module has been replaced with `AnalyzedString`, to follow our style guide. The old name still exists as a deprecated alias.