Skip to content

Commit 66441ab

Browse files
committed
updated
1 parent 3a5dadc commit 66441ab

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,18 @@
1111

1212
# Changelog
1313

14+
__7.1.2 (SNAPSHOT)__
15+
16+
- provided way to set a class from the class path to play a role as action preprocessor extension, for CLI it
17+
is `/EA:<class.name>` for plugins it is `actionPreprocessorExtension` string
18+
parameter.[#48](https://github.com/raydac/java-comment-preprocessor/issues/48)
19+
1420
__7.1.1 (13-jan-2024)__
1521

1622
- fixed NPE for empty or null global variable value in Maven and
1723
Gradle [#47](https://github.com/raydac/java-comment-preprocessor/issues/47)
1824
- updated dependencies
1925

20-
__7.1.0 (10-dec-2023)__
21-
22-
- refactoring of internal API
23-
- updated dependencies
24-
- improved keep comments processing, added `/M:<type>` CLI
25-
option [#46](https://github.com/raydac/java-comment-preprocessor/issues/46)
26-
2726
[Full changelog](https://github.com/raydac/java-comment-preprocessor/blob/master/changelog.txt)
2827

2928
# Introduction

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
__7.1.2 (SNAPSHOT)__
2+
- provided way to set a class from the class path to play a role as action preprocessor extension, for CLI it is `/EA:<class.name>` for plugins it is `actionPreprocessorExtension` string parameter.[#48](https://github.com/raydac/java-comment-preprocessor/issues/48)
3+
14
__7.1.1 (13-jan-2024)__
25
- fixed NPE for empty or null global variable value in Maven and Gradle [#47](https://github.com/raydac/java-comment-preprocessor/issues/47)
36
- updated dependencies

0 commit comments

Comments
 (0)