Skip to content

Commit

Permalink
add first set of changelog entries for marker removal
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Dec 21, 2018
1 parent 8f8d311 commit 134641f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/4546.removal.rst
@@ -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.
1 change: 1 addition & 0 deletions changelog/891.removal.rst
@@ -0,0 +1 @@
Remove ``testfunction.markername`` attributes - use ``Node.iter_markers(name=None)`` to iterate them.

0 comments on commit 134641f

Please sign in to comment.