summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index 20d8ad14871..b8ab049dcb0 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -15,7 +15,11 @@ PLANNED CHANGES FOR "ACE-5.5.7"
USER VISIBLE CHANGES BETWEEN ACE-5.5.5 and ACE-5.5.6
====================================================
-. Deprecated ACE_TYPENAME, use typename directly
+. The ACE_TYPENAME macro has been added to those that are not
+ available when the ACE_LACKS_DEPRECATED_MACROS config option is set
+ (it is not set by default). You are encouraged to replace the use of
+ ACE_TYPENAME with the C++ typename keyword before the ACE_TYPENAME
+ macros is removed from ACE in the future.
. A new script, rm_exception_macros.pl, has been added to help users
remove the use of the ACE exception macros from their own code.