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