summaryrefslogtreecommitdiff
path: root/docs/whats_new_in_3_0_0.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/whats_new_in_3_0_0.rst')
-rw-r--r--docs/whats_new_in_3_0_0.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/whats_new_in_3_0_0.rst b/docs/whats_new_in_3_0_0.rst
index 5c467b1..2f4fe3d 100644
--- a/docs/whats_new_in_3_0_0.rst
+++ b/docs/whats_new_in_3_0_0.rst
@@ -406,7 +406,7 @@ Other new features
common fields in URLs. See the updated ``urlExtractorNew.py`` file in the
``examples`` directory. Submitted by Wolfgang Fahl.
-- ``delimited_list`` now supports an additional flag ``allow_trailing_delim``,
+- ``DelimitedList`` now supports an additional flag ``allow_trailing_delim``,
to optionally parse an additional delimiter at the end of the list.
Submitted by Kazantcev Andrey.
@@ -675,7 +675,8 @@ counted_array countedArray
cpp_style_comment cppStyleComment
dbl_quoted_string dblQuotedString
dbl_slash_comment dblSlashComment
-delimited_list delimitedList
+DelimitedList delimitedList
+DelimitedList delimited_list
dict_of dictOf
html_comment htmlComment
infix_notation infixNotation