From 6bdbf1d2d313720c7daa2efb6f6f993cfad7000b Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 3 Apr 2023 06:57:34 -0500 Subject: [PATCH] docs(CHANGELOG): Note addition of className config variable --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be6f712d1..3c30f3c2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,14 @@ ## Current - Add latest changes here +- New feature: Make className of span element configurable (#82, thank you + @DanielKulbe) ## [36.0.3](https://github.com/isaul32/ckeditor5-math/compare/v36.0.2...v36.0.3) (unreleased) -- Move to a DLL compatible plugin (#83) +- Move to a DLL compatible plugin (#83) - Credit: @DanielKulbe + Credit: @DanielKulbe ## [36.0.2](https://github.com/isaul32/ckeditor5-math/compare/v36.0.1...v36.0.2) (2023-02-14)