This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document full changeset in ExtUtils::ParseXS
authorSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 19:57:49 +0000 (21:57 +0200)
committerSteffen Mueller <smueller@cpan.org>
Tue, 12 Jul 2011 19:57:54 +0000 (21:57 +0200)
dist/ExtUtils-ParseXS/Changes

index 49508b8..696705c 100644 (file)
@@ -1,11 +1,17 @@
 Revision history for Perl extension ExtUtils::ParseXS.
 
-  - Move typemap handling code to ExtUtils::Typemaps
-    with full object-oriented goodness. [Steffen Mueller]
+3.00_01 - Tue Jul 12 22:00:00 EDT 2011
 
-  - Significant refactoring of the whole code base.
+  - Major refactoring of the whole code base.
     It finally runs under 'use strict' for the first time!
-    [James Keenan]
+    [James Keenan, Steffen Mueller]
+
+  - Typemaps can now be embedded into XS code using a here-doc
+    like syntax and the new "TYPEMAP:" XS keyword.
+    [Steffen Mueller]
+
+  - Move typemap handling code to ExtUtils::Typemaps
+    with full object-oriented goodness. [Steffen Mueller]
 
   - Check API compatibility when loading xs modules.
     If on a new-enough perl, add the XS_APIVERSION_BOOTCHECK macro to