Skip to content

Commit

Permalink
Clean up markup in whats_new_in_3_0_0.rst doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Oct 29, 2021
1 parent ae447cd commit 77d723d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/whats_new_in_3_0_0.rst
Expand Up @@ -689,8 +689,9 @@ Other discontinued features
Fixed Bugs
==========

- [Reverted in 3.0.2]Fixed issue when ``LineStart``() expressions would match input text that was not
- [Reverted in 3.0.2]Fixed issue when ``LineStart()`` expressions would match input text that was not
necessarily at the beginning of a line.

[The previous behavior was the correct behavior, since it represents the ``LineStart`` as its own
matching expression. ``ParserElements`` that must start in column 1 can be wrapped in the new
``AtLineStart`` class.]
Expand All @@ -715,8 +716,7 @@ Fixed Bugs

- Fixed bugs in ``Each`` when passed ``OneOrMore`` or ``ZeroOrMore`` expressions:
. first expression match could be enclosed in an extra nesting level
. out-of-order expressions now handled correctly if mixed with required
expressions
. out-of-order expressions now handled correctly if mixed with required expressions
. results names are maintained correctly for these expression

- Fixed ``FutureWarning`` that sometimes is raised when ``'['`` passed as a
Expand Down

0 comments on commit 77d723d

Please sign in to comment.