Add missing version information in API reference document (#4363)

JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
This commit is contained in:
Péter Gál 2020-12-15 11:19:22 +01:00 committed by GitHub
parent 035e5a27fa
commit 6083259030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
@ -5989,6 +5991,8 @@ jerry_create_realm (void);
- return value - realm object value
*New in version [[NEXT_RELEASE]]*.
**Example**
```c