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:21 +01:00
committed by GitHub
parent 7f6debe524
commit c33db52f9e

View File

@ -22,7 +22,7 @@ This is a {{ site.pmd.release_type }} release.
### API Changes
* Several classes and interfaces from the properties framework are now deprecated and will be removed with 7.0.0.
* MethodProperty, FloatProperty, FileProperty, TypeProperty and their multi-valued counterparts
* `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