From 50aa05ffa32ec5d7e8cbf1bf3333c7a6d1cff289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?= Date: Tue, 29 May 2018 13:28:08 -0300 Subject: [PATCH] Add missing deprecations to changelog --- docs/pages/release_notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 16ed3c62eb..ce626d655e 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -131,6 +131,11 @@ never match. `BenchmarkReport`, `BenchmarkResult`, `RuleDuration`, `StringBuilderCR` and `TextReport`. Their API is not supported anymore and is disconnected from the internals of PMD. Use the newer API based around `TimeTracker` instead, which can be found in the same package. +* The class `net.sourceforge.pmd.lang.java.xpath.TypeOfFunction` has been deprecated. Use the newer `TypeIsFunction` in the same package. +* The `typeof` methdos in `net.sourceforge.pmd.lang.java.xpath.JavaFunctions` have been deprecated. + Use the newer `typeIs` method in the same class instead.. +* The methods `isA`, `isEither` and `isNeither` of `net.sourceforge.pmd.lang.java.typeresolution.TypeHelper`. + Use the new `isExactlyAny` and `isExactlyNone` methods in the same class instead. ### External Contributions