Files
xmlada/features-45
Thomas Quinot a99d16d252 Fix incorrect version numbers in NF entry ids
Remove trailing blank lines


git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/xmlada@233490 936e1b1b-40f2-da11-902a-00137254ae57
2014-10-22 07:15:51 +00:00

30 lines
1.1 KiB
Plaintext

=========================
XML/Ada NEW FEATURES LIST
=========================
Copyright (C) 2001-2014, AdaCore
This file contains a list of new features introduced in XML/Ada.
A full description of all XML/Ada features can be found in the XML/Ada
documentation.
An ISO date (YYYY-MM-DD) appears in parentheses after the
description line. This date shows the implementation date
of the feature.
New features in version 4.5
---------------------------
NF-45-N411-012 New subprograms Import_Node and Adopt_Node (2014-05-06)
These subprograms, part of respectively DOM level 2 and DOM level 3,
are now implemented, and can be used to move or copy one node from a
tree to another. In addition, subprograms like Append_Child will now
correctly complain when the new node was not created for the same tree.
NF-45-N324-002 New configure option --enable-build (2014-03-24)
This switch improves compatibility with other AdaCore addons like GtkAda.
It enables one to choose the default build mode (Debug or Production)
at configure line, rather than through environment variables.