This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
commit 1d2833a64a00d0960623988ac4853fd92e9b54e9 Author: Josh Tynjala <[email protected]> AuthorDate: Tue Jun 20 13:47:35 2023 -0700 Release Notes: infer-types compiler option --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4e5399ec2..66f9031f5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,10 @@ For additional information on recent issues that have been closed, see [Github Issues List](https://github.com/apache/royale-compiler/issues?q=is%3Aissue+is%3Aclosed) +Apache Royale Compiler 0.9.11 +============================= + +- compiler: Added new `--infer-types` compiler option that allows the compiler to automatically detect an appropriate type for both variables and function signatures that omit declared types, based on either the initializer or return values. + Apache Royale Compiler 0.9.10 =============================
