summaryrefslogtreecommitdiff
path: root/TAO/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/NEWS')
-rw-r--r--TAO/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/NEWS b/TAO/NEWS
index 0c3828c2eea..f8bc2bdb513 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -1,6 +1,17 @@
+USER VISIBLE CHANGES BETWEEN TAO-2.5.12 and TAO-3.0.0
+=====================================================
+
+. C++11 is now a mandatory compiler feature which is
+ required for TAO
+
USER VISIBLE CHANGES BETWEEN TAO-2.5.11 and TAO-2.5.12
======================================================
+. Removed usage of narrow_from_decl and narrow_from_scope
+ from TAO_IDL, use dynamic_cast now that we have RTTI. Any
+ user that has a custom backend should make the similar
+ changes to their own TAO_IDL backend
+
USER VISIBLE CHANGES BETWEEN TAO-2.5.10 and TAO-2.5.11
======================================================