Move AST::new() and AST::new_with_source() to internals.
This commit is contained in:
@@ -15,11 +15,12 @@ Enhancements
|
||||
* Added `into_array` and `into_typed_array` for `Dynamic`.
|
||||
* Added `FnPtr::call` to simplify calling a function pointer.
|
||||
|
||||
Deprecated API's
|
||||
----------------
|
||||
Deprecated and Gated API's
|
||||
--------------------------
|
||||
|
||||
* `NativeCallContext::new` is deprecated because it is simpler to call a function pointer via `FnPtr::call`.
|
||||
* `AST::merge_filtered` and `AST::combine_filtered` are no longer exported under `no_function`.
|
||||
* `AST::new` and `AST::new_with_source` are moved under `internals`.
|
||||
|
||||
|
||||
Version 1.2.1
|
||||
|
Reference in New Issue
Block a user