File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ back-compatibility, it is just removed from all public docs and samples).
8383 - ` 'keep_leading_trailing_space' ` -> ` 'no_trim' `
8484 - Changed how we handle custom functions: previously we always use strings as in param type as well as result param
8585 type. Not anymore, all types are supported for custom function in and out params.
86- - Changed the way how we package custom functions for extensions: previously we collect custom functions from all
87- extensions and then pass all of them to the extension that is used; This feels weird, now changed to only the custom
86+ - Changed the way we package custom functions for extensions: previously we collected custom functions from all
87+ extensions and then passed all of them to the extension that is used; this feels weird, now only the custom
8888 functions included in a particular extension are used in that extension.
8989 - Deprecated/removed most of the custom functions in favor of using 'javascript'.
9090 - A number of package renaming.
You can’t perform that action at this time.
0 commit comments