-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChanges
34 lines (33 loc) · 781 Bytes
/
Changes
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
28
29
30
31
32
33
---
version: 1.12
date: 2016-08-22
changes:
- change 'America/Los_Angeles' to 'PST8PDT' in a test, thanks @brinstarnetworks!
---
version: 1.11
date: 2015-07-08
changes:
- Add back Makefile.PL to MANIFEST, durr
---
version: 1.10
date: 2015-07-08
changes:
- bug fix - wiretap objects now clean up when they exit scope
---
version: 1.09
date: 2014-05-01
changes:
- bug fix - setting a proper TZ when handling hardcoded epochtimes in tests
---
version: 1.08
date: 2014-04-30
changes:
- bug fix - fixed the failing nearly.t
- doc tweaks
---
version: 1.07
date: 2013-09-18
changes:
- run_where() handles left-hand-side of statelets being a reference to your intended target
- run_where() handles array references as first-order data types
- doc updates to reflect above