From ac1f661ab09e0e23d0fa8d730398e1d98f100802 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Fri, 12 Aug 2022 09:59:48 +0800 Subject: [PATCH] Add std feature. --- .gitignore | 8 ++++++-- CHANGELOG.md | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index de54f385..61b621fb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,11 @@ Cargo.lock .vscode/ .cargo/ benches/results -before* -after* .rhai-repl-history.txt clippy.toml +Rhai.toml +before* +after* +**/*.bat +doc/rhai-sync.json +doc/rhai.json diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2858b9..c9f14d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,9 @@ Bug fixes New features ------------ -### New feature flag +### New feature flags +* A new feature flag, `std`, which is enabled by default, is added due to requirements from dependency crates. * A new feature flag, `no_custom_syntax`, is added to remove custom syntax support from Rhai for applications that do not require it (which should be most). ### Module documentation