This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a commit to branch release/0.9.12
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/release/0.9.12 by this push:
new fc9f86db7 Fixing version number in compiler readme
fc9f86db7 is described below
commit fc9f86db7f7827072afc51ad4e81e1cedee55aac
Author: Yishay Weiss <[email protected]>
AuthorDate: Wed Dec 18 10:45:58 2024 +0000
Fixing version number in compiler readme
---
RELEASE_NOTES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index fa07ad949..107786f2a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
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
+Apache Royale Compiler 0.9.12
=============================
- compiler: Added new `--infer-types` compiler option that allows the compiler
to automatically detect an appropriate type for both variables and function
signatures that have omitted their declared types. Type inference is based on
either the initializer or return values.