Updated the changelog

This commit is contained in:
René Lombard
2024-09-12 11:51:38 +02:00
parent 88607e8aa0
commit 6c5b7ce9f4

View File

@@ -0,0 +1,17 @@
---
'@mermaid': patch
---
Fixed an issue when the mermaid classdiagram crashes when adding a . to the namespace.
Forexample
```mermaid
classDiagram
namespace Company.Project.Module {
class GenericClass~T~ {
+addItem(item: T)
+getItem() T
}
}
```