add first set of changelog entries for marker removal

This commit is contained in:
Ronny Pfannschmidt 2018-12-21 07:44:45 +01:00
parent 8f8d3114dd
commit 134641fcb5
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Remove ``Node.get_marker(name)`` the return value was not usable for more than a existence check.
Use ``Node.get_closest_marker(name)`` as a replacement.

View File

@ -0,0 +1 @@
Remove ``testfunction.markername`` attributes - use ``Node.iter_markers(name=None)`` to iterate them.