Skip to content

Commit

Permalink
Merge pull request #647 from schungx/master
Browse files Browse the repository at this point in the history
Bump version to 1.10.1.
  • Loading branch information
schungx committed Sep 22, 2022
2 parents 1b273cd + ea5ff2a commit a5c3c11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
@@ -1,13 +1,17 @@
Rhai Release Notes
==================

Version 1.11.0
Version 1.10.1
==============

New features
------------
Bug fixes
---------

* Compiling on 32-bit architectures no longer cause a compilation error.
* Fix type-size test fo 32-bit architectures without the `decimal` feature.

### Custom syntax with state
Custom syntax with state
------------------------

* [`Engine::register_custom_syntax_with_state_raw`] is added. The custom syntax parser and implementation functions take on an additional parameter that holds a user-defined custom _state_ which should substantially simplify writing some custom parsers.
* [`Engine::register_custom_syntax_raw`] is deprecated.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -3,7 +3,7 @@ members = [".", "codegen"]

[package]
name = "rhai"
version = "1.10.0"
version = "1.10.1"
rust-version = "1.61.0"
edition = "2018"
resolver = "2"
Expand Down

0 comments on commit a5c3c11

Please sign in to comment.