The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for BSON-XS

v0.4.2    2018-06-13 10:01:13-04:00 America/New_York

    [Bug fixes]

    - PERL-931 Fix memory leaks and early free

    - PERL-932 Fix possible stack corruption in BSON::Doc encoding
      on Perls <= 5.24

    [Prereqs]

    - Bumped BSON.pm prereq to v1.6.3

v0.4.1    2018-05-25 13:19:41-04:00 America/New_York

    [Bug fixes]

    - PERL-898 Fix memory leaks decoding CODEWSCOPE and DBRefs

    - PERL-902 Implement type wrapper ISA optimization

    - PERL-910 Fix bug with ordered hashes and unicode keys

v0.4.0    2018-05-17 16:35:23-04:00 America/New_York

    [!!! Incompatible Changes !!!]

    - PERL-742 Requires Perl 5.10.1 or later

    [Fixes]

    - PERL-894 Fix bug coercing strings to number

    - PERL-894 apply prefer_numeric only to pure strings

v0.2.2    2016-10-27 17:55:25-04:00 America/New_York

    [Fixes]

    - Add missing dynamic configuration step to Makefile.PL

    - Add more portability fixes for older Perls

v0.2.1    2016-10-27 10:26:55-04:00 America/New_York

    [Fixes]

    - Fix portability of XS to older Perls

v0.2.0    2016-10-24 21:42:33-04:00 America/New_York

    - First release