summaryrefslogtreecommitdiff
path: root/Changes
blob: 2bf84570b9f0e3397c5140284f25b8c390580234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Revision history for Data::MultiValued
 
{{$NEXT}}
 
0.0.7_1   2012-12-11 17:10:39 Europe/London
  - add all_tags, all_ranges, all_tags_and_ranges methods
 
0.0.6_1   2012-01-30 14:09:43 Europe/London
 
0.0.1_5   2012-01-24 10:58:05 Europe/London
  - avoid using MooseX::Types disjoint types to validate args, they
    leak type objects
  - caching of class attributes, experimental and probably broken (no
    cache invalidation!)
 
0.0.1_4   2011-12-20 10:02:30 Europe/London
  - don't use Throwable::Error, we don't need stack traces, and they
    leak all over the place
 
0.0.1_3   2011-12-05 18:30:47 Europe/London
  - use Pod::Weaver
 
0.0.1_2   2011-11-30 11:01:47 Europe/London
  - remove the need for perl 5.12
 
0.0.1_1   2011-11-24 17:59:57 Europe/London
  - first working version