-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges
30 lines (21 loc) · 853 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
Revision history for {{$dist->name}}
{{$NEXT}}
- Retroactively added missing entry for 0.06 in this change-log.
0.06 2021-06-21 18:19:51 -0600
- Add support for mixed-case constants (gh#18)
0.05 2021-05-26 20:53:20 -0600
- Add rev => 'dualvar' option (gh#15)
- Multiple packages can be specified for constant generation
by passing in an array reference (gh#12, gh#16)
0.04 2020-09-27 05:21:25 -0600
- Add value aliases (gh#6)
- Fix confusing typos in documentation related to rev (gh#8, gh#10)
0.03 2020-05-12 09:26:39 -0600
- Fixed unclear documentation. (gh#3)
- Type is included in the \@map list now (gh#3)
0.02 2020-05-12 05:40:49 -0600
- It is now an error to specify the same named value
twice (gh#2)
- Added maps option (gh#2)
0.01 2020-05-12 00:41:57 -0400
- initial version