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