diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2021-08-02 16:28:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 16:28:54 +0200 |
commit | 4e7704ac7ade6d97cc7d30bd7e2f00f38fac898c (patch) | |
tree | 31401bc2b955af486bee635655262e5a6472882d /TAO/NEWS | |
parent | 85260ba716f60442b000b76b848cffb8f5320329 (diff) | |
download | ATCD-4e7704ac7ade6d97cc7d30bd7e2f00f38fac898c.tar.gz |
Update NEWS
Diffstat (limited to 'TAO/NEWS')
-rw-r--r-- | TAO/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 ==================================================== |