Skip to content

Commit e4d5c33

Browse files
authored
Update CHANGELOG.md
1 parent 3f1d0ab commit e4d5c33

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
### Removed
3131
- No removed features!
3232
### Fixed
33-
- Fix CDATA strings not parsed correctly
34-
- Fix `<` and `>` not getting properly unescaped in CDATA strings
33+
- No fixed issues!
3534
### Security
3635
- No security issues fixed!
3736

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+
3842
## [2.4.0] - 2021-07-26
3943
### Added
4044
- 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!_
@@ -396,7 +400,8 @@ res_dir_path -> resDirPath
396400
### Added
397401
- Initial release.
398402

399-
[Unreleased]: https://github.com/hyperdevs-team/poeditor-android-gradle-plugin/compare/2.4.0...HEAD
403+
[Unreleased]: https://github.com/hyperdevs-team/poeditor-android-gradle-plugin/compare/2.4.1...HEAD
404+
[2.4.1]: https://github.com/hyperdevs-team/poeditor-android-gradle-plugin/compare/2.4.0...2.4.1
400405
[2.4.0]: https://github.com/hyperdevs-team/poeditor-android-gradle-plugin/compare/2.3.0...2.4.0
401406
[2.3.0]: https://github.com/hyperdevs-team/poeditor-android-gradle-plugin/compare/2.2.1...2.3.0
402407
[2.2.1]: https://github.com/hyperdevs-team/poeditor-android-gradle-plugin/compare/2.2.0...2.2.1

0 commit comments

Comments
 (0)