Skip to content

Commit

Permalink
add changelog fragment about loc_stack
Browse files Browse the repository at this point in the history
  • Loading branch information
zhPavel committed Jan 19, 2024
1 parent 6511a24 commit 3b96de1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog/fragments/+loc_stack.breaking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Due to refactoring of predicate system required for new features:

1. ``create_request_checker`` was renamed to ``create_loc_stack_checker``
2. ``LocStackPattern`` (class of ``P``) was renamed ``RequestPattern``
3. method ``RequestPattern.build_request_checker()`` was renamed to ``LocStackPattern.build_loc_stack_checker()``
2 changes: 1 addition & 1 deletion docs/changelog/fragments/README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This directory contains "news fragments" which are short files that contain a small **ReST**-formatted
text that will be added to the next ``CHANGELOG``.

The ``CHANGELOG`` will be read by **users**, so this description should be aimed to pytest users
The ``CHANGELOG`` will be read by **users**, so this description should be aimed to users
instead of describing internal changes which are only relevant to the developers.

Make sure to use full sentences in the **past or present tense** and use punctuation, examples::
Expand Down

0 comments on commit 3b96de1

Please sign in to comment.