10.241   2021-06-24  Released-By: PERLANCAR; Urgency: medium
2
3	- [ux] Make fixup of circular references nicer by showing the
4	  subscripts instead of just 'fix'.
5
6
70.240   2020-04-07  Released-By: PERLANCAR; Urgency: medium
8
9	- Add dd_ellipsis() and dmp_ellipsis(), as well as
10          OPT_MAX_DUMP_LEN_BEFORE_ELLIPSIS.
11
12
130.23    2017-01-30  Released-By: PERLANCAR
14
15	- Add option: OPT_STRINGIFY_NUMBERS.
16
17
180.22    2017-01-06  Released-By: PERLANCAR
19
20	- Localize regex matching to avoid clobbering %+ (ref:
21	  https://github.com/ingydotnet/xxx-pm/pull/2).
22
23
240.21    2016-10-26  Released-By: PERLANCAR
25
26	- Add option $OPT_DEPARSE which can be set to 0 to disable
27	  deparsing.
28
29	- Add FAQ about the possibility of multiline dump.
30
31
320.20    2016-06-03  Released-By: PERLANCAR
33
34	- Return original result in the case of $var = dd $foo (previously
35	  it will return 1 which is scalar(@_)).
36
37
380.19    2016-04-30  Released-By: PERLANCAR
39
40	- [Bugfix] Quote inf/nan because perl doesn't recognize these
41	  numeric literals and they will choke under 'use strict subs'.
42
43
440.18    2016-04-30  Released-By: PERLANCAR
45
46	- [Bugfix] Stricter quoting of numbers (only number literal that
47	  would not be normalized is dumped without quotes).
48
49
500.17    2016-04-30  Released-By: PERLANCAR
51
52	- [Bugfix] Fix quoting criteria of hash key.
53
54
550.16    2016-04-29  Released-By: PERLANCAR
56
57	- [Bugfix] Quote 0123 as "0123" to avoid perl interpreting it as
58	  octal literal.
59
60
610.15    2016-03-31  Released-By: PERLANCAR
62
63        - No functional changes.
64
65        - [dist] List core modules prereqs.
66
67        - [doc] Tweak description.
68
69
700.14    2015-12-27  Released-By: PERLANCAR
71
72	- By-pass Data::Dumper and use B::Deparse directly to dump
73	  coderefs, add option $OPT_REMOVE_PRAGMAS.
74
75
760.13    2015-09-27  Released-By: PERLANCAR
77
78        - Support dumping coderefs (using Data::Dumper & Deparse option).
79
80        - Set default for $OPT_PERL_VERSION to 5.010.
81
82
830.12    2015-09-18  Released-By: PERLANCAR
84
85	- No functional changes.
86
87	- [doc] Mention Data::Dumper::Limited & Data::Undump.
88
89
900.11    2015-04-26  Released-By: PERLANCAR
91
92	- Add benchmark devscript, show the result in POD.
93
94
950.10    2015-03-24  Released-By: PERLANCAR
96
97	- No functional changes.
98
99	- Tweak description.
100
101
1020.09    2015-03-24  Released-By: PERLANCAR
103
104        - Add tests (this is the first release that has tests :-$).
105
106        - Produce more compact output (remove whitespaces).
107
108        - Remove Data::Dmp::Simple because this module is not used.
109
110
1110.08    2015-01-06  Released-By: PERLANCAR
112
113	- Use Regexp::Stringify, add setting OPT_PERL_VERSION.
114
115
1160.07    2015-01-02  Released-By: PERLANCAR
117
118	- [Bugfix] Fix regexp pattern.
119
120
1210.06    2015-01-02  Released-By: PERLANCAR
122
123        - Dump regexp object as qr/.../ instead of bless(...).
124
125        - Add coderef dumping support to Data::Dmp::Simple too.
126
127
1280.05    2014-12-28  Released-By: PERLANCAR
129
130	- No functional changes.
131
132	- [doc] Add Benchmarks and FAQ section.
133
134
1350.04    2014-12-28  Released-By: PERLANCAR
136
137	- No functional changes.
138
139	- Some wording and fmt changes.
140
141
1420.03    2014-12-19  Released-By: PERLANCAR
143
144	- Dump coderef as "sub{'DUMMY'}".
145
146
1470.02    2014-10-24  Released-By: PERLANCAR
148
149	- Add module: Data::Dmp::Simple.
150
151	- Bugfix: localize %_subscripts.
152
153
1540.01     2014-10-21  Released-By: PERLANCAR
155
156         - First release.
157