Remove Engine::enable_doc_comments.

This commit is contained in:
Stephen Chung
2021-05-03 13:07:51 +08:00
parent bb5dc7b637
commit aad842fe50
5 changed files with 13 additions and 51 deletions

View File

@@ -4,6 +4,11 @@ Rhai Release Notes
Version 0.20.2
==============
Breaking changes
----------------
* `Engine::disable_doc_comments` is removed because doc-comments are now placed under the `metadata` feature flag.
New features
------------