changelog
[gitmo/Package-Stash-XS.git] / Changes
1 Revision history for Package-Stash
2
3 {{$NEXT}}
4       - split the XS implementation out into its own dist, which will be used
5         as a backend for Package::Stash if possible
6
7 0.14-TRIAL  2010-11-14
8       - complete rewrite in C, for speed (this includes the vivification
9         changes from earlier). should be entirely backwards compatible
10         otherwise (in terms of documented api anyway).
11
12 0.13  2010-10-31
13       - revert the vivification changes for now, to get an actual release out
14         with Test::Fatal
15
16 0.12-TRIAL  2010-10-27
17       - actually include the conflict stuff in the release (bah)
18
19 0.11-TRIAL  2010-10-27
20       - conflict on mx-role-withoverloading too
21
22 0.10-TRIAL  2010-10-27
23       - only do the weird ISA special-casing on perl versions where it's broken
24
25 0.09-TRIAL  2010-10-27
26       - clean up the vivication code a lot, make it behave more sanely
27       - use Test::Fatal instead of Test::Exception (Justin Hunter)
28
29 0.08  2010-09-18
30       - oops, accidentally included some experimental changes in that last
31         release, that break things
32
33 0.07  2010-09-18
34       - non-dev release
35
36 0.06-TRIAL  2010-08-26
37       - re-enable the caching of the stash, since I can't reproduce the bug
38         at all
39
40 0.05  2010-06-15
41       - bump Test::More requirement for done_testing
42
43       - update packaging stuff
44
45 0.04  2010-06-13
46       - get_package_symbol now doesn't autovivify stash entries. A new method
47         get_or_add_package_symbol can now be used for that behavior.
48
49       - Update %DB::sub on add_package_symbol (Tim Bunce).
50
51 0.03  2010-05-14
52       - Rename from Stash::Manip to Package::Stash
53
54 0.02  2010-05-13
55       - Need to dep on Test::Exception
56
57 0.01  2010-05-12
58       - Initial release