Skip to content

Commit d3be2bf

Browse files
committed
Release notes for until
1 parent 44dbcc5 commit d3be2bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/history.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ History and release notes
88
----------------
99

1010
* Dropped support for Python < 3.6
11+
* Added :meth:`Parsy.until`. Thanks `@mcdeoliveira <https://github.com/mcdeoliveira>`_!
1112

1213
1.4.0 - 2021-11-15
1314
------------------

docs/ref/methods_and_combinators.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ can be used and manipulated as below.
128128
>>> string('A').until(string('BC'), consume_other=True).parse('AAABC')
129129
['A', 'A', 'A', 'BC']
130130
131+
.. versionadded:: 2.0
131132

132133
.. method:: optional()
133134

0 commit comments

Comments
 (0)