This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/develop by this push:
new 6a79c3538 Fixing version number in compiler readme
6a79c3538 is described below
commit 6a79c3538ecca715be375813927389b00d8e0604
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.