summaryrefslogtreecommitdiff
path: root/TAO/NEWS
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2021-06-29 18:53:04 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2021-06-29 18:53:04 -0500
commit70b28ba29efaed433c3bfbdca14332c39a99883c (patch)
tree5ed6b8bdf39cb6dbcfdb4d7977e0e6a9db14027b /TAO/NEWS
parent2ed7fe7c1c6492c7f920581ec3ac8e7ec4278efd (diff)
downloadATCD-70b28ba29efaed433c3bfbdca14332c39a99883c.tar.gz
Try to Fix Issues with int8/uint8
Diffstat (limited to 'TAO/NEWS')
-rw-r--r--TAO/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/NEWS b/TAO/NEWS
index b99341d249c..eaa44155c4a 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -1,6 +1,11 @@
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.
+
USER VISIBLE CHANGES BETWEEN TAO-3.0.1 and TAO-3.0.2
====================================================