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