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