summaryrefslogtreecommitdiff
path: root/TAO/NEWS
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2019-10-07 18:46:50 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2019-10-07 18:46:50 -0500
commitc2a3d774e72ed5f7a73ac74086db7063bc69af42 (patch)
treef5a10fe6fc182e8a175b2e448ff0abb6e9893aa1 /TAO/NEWS
parenta265b98a8a71aa77eed096919883674447534d59 (diff)
downloadATCD-c2a3d774e72ed5f7a73ac74086db7063bc69af42.tar.gz
Update TAO NEWS file
Diffstat (limited to 'TAO/NEWS')
-rw-r--r--TAO/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/NEWS b/TAO/NEWS
index 54279762e9d..31133ce4275 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -3,6 +3,16 @@ USER VISIBLE CHANGES BETWEEN TAO-2.5.6 and TAO-2.5.7
. Fixed deprecated-copy warnings in TAO_IDL generated code
+. The TAO IDL Frontend now supports annotations on interfaces, operations, and
+ attributes. (#967)
+
+. `idl_global->eval` in the TAO IDL Frontend will now produce error and warning
+ messages. This can be silenced by passing `true` as a second argument. (#967)
+
+. Expanded documentation on what can be annotated and roughly how to extend
+ annotation support in `TAO_IDL/docs/annotations.md`. Also made various
+ corrections. (#967)
+
USER VISIBLE CHANGES BETWEEN TAO-2.5.5 and TAO-2.5.6
====================================================