diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 8d366fd5947..b0d0aee2f85 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,6 +1,10 @@ Changes since version 3.2.X (binary incompatible) ------------------------------------------------- +- slice2html now generates the scoped name for the <h1> element + of each page instead of the unqualified name. For example, + it now shows "Ice::DNSException" instead of "DNSException". + - IceInteral::GCShared now derives from IceUtil::Shared. This now makes it possible to have a servant class derived from IceUtil::Thread (which, previously, was impossible). |