Rename set_doc_comments to enable_doc_comments.

This commit is contained in:
Stephen Chung
2021-01-28 16:59:19 +08:00
parent cef61bc924
commit 903b6d6795
5 changed files with 15 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ Breaking changes
* Rust compiler requirement raised to 1.49.
* `NativeCallContext::new` taker an additional parameter containing the name of the function called.
* `Engine::set_doc_comments` is renamed `Engine::enable_doc_comments`.
Bug fixes
---------