summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorfdrake <fdrake>2003-10-15 18:33:27 +0000
committerfdrake <fdrake>2003-10-15 18:33:27 +0000
commit1090ddc20fafa430f0fc6e0fa4da400d194d4ce7 (patch)
treedf5b903f30d6f88f9ce24706e52962537212685a /Changes
parentad6974e541fe098a7c198239db78ca86e9ed2ed0 (diff)
downloadlibexpat-1090ddc20fafa430f0fc6e0fa4da400d194d4ce7.tar.gz
Update to reflect the addition of the XMLCALL macro.
Diffstat (limited to 'Changes')
-rw-r--r--Changes7
1 files changed, 6 insertions, 1 deletions
diff --git a/Changes b/Changes
index 6a47f44..07d0a63 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,13 @@
Release 1.95.7 XXX date not determined
- Fixed enum XML_Status issue (reported on SourceForge many
times), so compilers that are properly picky will be happy.
+ - Introduced an XMLCALL macro to control the calling
+ convention used by the Expat API; this macro should be used
+ to annotate prototypes and definitions of callback
+ implementations in code compiled with a calling convention
+ other than the default convention for the host platform.
- Fixed a variety of bugs: see SF issues 676844, 679754,
- 692878, 692964, 695401, 699323.
+ 692878, 692964, 695401, 699323, 820946.
- Improved hash table lookups.
- Added more regression tests and improved documentation.