Update release notes, refs #2945
This commit is contained in:
1 parent
f2faf0996c
commit
e999010fb7
1 file changed
+7
@@ -14,6 +14,12 @@ This is a {{ site.pmd.release_type }} release.
|
||||
|
||||
### New and noteworthy
|
||||
|
||||
##### CPD
|
||||
|
||||
* The C# module now supports the new option `--ignore-literal-sequences`, which can be used to avoid detection of some uninteresting clones. Support for other languages may be added in the future. See [#2945](https://github.com/pmd/pmd/pull/2945)
|
||||
|
||||
* The Scala module now supports `CPD-ON` and `CPD-OFF` comment pairs. See [#2929](https://github.com/pmd/pmd/pull/2929)
|
||||
|
||||
### Fixed Issues
|
||||
|
||||
* core
|
||||
@@ -63,5 +69,6 @@ You can identify them with the `@InternalApi` annotation. You'll also get a depr
|
||||
* [#2929](https://github.com/pmd/pmd/pull/2929): \[scala] Add support for CPD-ON and CPD-OFF special comments - [Andy Robinson](https://github.com/andyrobinson)
|
||||
* [#2936](https://github.com/pmd/pmd/pull/2936): \[java] (doc) Fix typo: "an accessor" not "a" - [Igor Moreno](https://github.com/igormoreno)
|
||||
* [#2938](https://github.com/pmd/pmd/pull/2938): \[cs] CPD: fix issue where ignoring using directives could not be disabled - [Maikel Steneker](https://github.com/maikelsteneker)
|
||||
* [#2945](https://github.com/pmd/pmd/pull/2945): \[cs] Add option to ignore sequences of literals - [Maikel Steneker](https://github.com/maikelsteneker)
|
||||
|
||||
{% endtocmaker %}
|
||||
Reference in new issue
Block a user