You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
30
### Removed
31
31
- No removed features!
32
32
### Fixed
33
-
- Fix CDATA strings not parsed correctly
34
-
- Fix `<` and `>` not getting properly unescaped in CDATA strings
33
+
- No fixed issues!
35
34
### Security
36
35
- No security issues fixed!
37
36
37
+
## [2.4.1] - 2021-09-16
38
+
### Fixed
39
+
- Fix CDATA strings not parsed correctly
40
+
- Fix `<` and `>` not getting properly unescaped in CDATA strings
41
+
38
42
## [2.4.0] - 2021-07-26
39
43
### Added
40
44
- Add `filters` parameter to `poEditorConfig` block to specify the POEditor filters to use for all languages. _Thanks to [@nokite](https://github.com/nokite) for the contribution!_
0 commit comments