summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-08-02 16:28:54 +0200
committerGitHub <noreply@github.com>2021-08-02 16:28:54 +0200
commit4e7704ac7ade6d97cc7d30bd7e2f00f38fac898c (patch)
tree31401bc2b955af486bee635655262e5a6472882d
parent85260ba716f60442b000b76b848cffb8f5320329 (diff)
downloadATCD-4e7704ac7ade6d97cc7d30bd7e2f00f38fac898c.tar.gz
Update NEWS
-rw-r--r--TAO/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/NEWS b/TAO/NEWS
index 6c676ae41df..4a24c18e38a 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -4,10 +4,12 @@ USER VISIBLE CHANGES BETWEEN TAO-3.0.2 and TAO-3.0.3
. Support for IDL 4 explicitly-named integer types like `int64` in TAO_IDL.
Support for `uint8` and `int8` is limited in TAO. Unlike the larger types,
these are new distinct types that are not aliases of existing types covered
- by the CORBA specification.
+ by the CORBA specification
. Added the `tao/idl_features.h` header file for getting the IDL features
- supported by TAO_IDL. See the file for example usage.
+ supported by TAO_IDL. See the file for example usage
+
+. TAO_IDL: Fix empty case evaluation on unions with enum discriminators
USER VISIBLE CHANGES BETWEEN TAO-3.0.1 and TAO-3.0.2
====================================================