Skip to content

Commit 96900b8

Browse files
committed
CHANGELOG update
1 parent 035f441 commit 96900b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ supported in GCC and VC.
99
Enhancements:
1010

1111
- Added a `size()` accessor function to `basic_staj_event`.
12-
If the event type is a `semantic_tag::key` or a `semantic_tag::string_value` or a `semantic_tag::byte_string_value`,
12+
If the event type is a `key` or a `string_value` or a `byte_string_value`,
1313
returns the size of the key or string or byte string value.
14-
If the event type is a `semantic_tag::begin_object` or a `semantic_tag::begin_array`, returns the size of the object
14+
If the event type is a `begin_object` or a `begin_array`, returns the size of the object
1515
or array if known, otherwise 0.
1616
For all other event types, returns 0.
1717

0 commit comments

Comments
 (0)