Skip to content

Commit

Permalink
Add missing version information in API reference document (#4363)
Browse files Browse the repository at this point in the history
JerryScript-DCO-1.0-Signed-off-by: Peter Gal [email protected]
  • Loading branch information
galpeter authored Dec 15, 2020
1 parent 035e5a2 commit 6083259
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/02.API-REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ Possible compile time enabled feature types:

*Changed in version 2.3* : Added `JERRY_FEATURE_WEAKMAP`, `JERRY_FEATURE_WEAKSET` values.

+*Changed in [[NEXT_RELEASE]]*: Added `JERRY_FEATURE_BIGINT`, `JERRY_FEATURE_REALM` values.

## jerry_container_type_t

Container object types:
Expand Down Expand Up @@ -5989,6 +5991,8 @@ jerry_create_realm (void);

- return value - realm object value

*New in version [[NEXT_RELEASE]]*.

**Example**

```c
Expand Down

0 comments on commit 6083259

Please sign in to comment.