Update docs/pages/release_notes.md

Co-Authored-By: oowekyala <clement.fournier76@gmail.com>
This commit is contained in:
Juan Martín Sotuyo Dodero
2018-11-12 19:11:14 +01:00
committed by GitHub
parent 130994db5d
commit d662bd5129

View File

@ -25,7 +25,7 @@ This is a {{ site.pmd.release_type }} release.
* MethodProperty, FloatProperty, FileProperty, TypeProperty and their multi-valued counterparts
are discontinued for lack of a use-case, and will probably not be replaced with 7.0.0.
Users of FloatProperty should consider using a DoubleProperty.
* EnumeratedPropertyDescriptor, NumericPropertyDescriptor, PackagedPropertyDescriptor, and the related builders
* `EnumeratedPropertyDescriptor`, `NumericPropertyDescriptor`, `PackagedPropertyDescriptor`, and the related builders
(in `net.sourceforge.pmd.properties.builders`) will be removed. In the future, these interfaces won't be around
but their functionality will, under another form. The related methods `PropertyTypeId#isPropertyNumeric` and
`PropertyTypeId#isPropertyPackaged` are also deprecated.