summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-08 15:22:21 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-08 15:22:21 -0400
commit6c4cf30f7d41665f50a099df38f557b80ab33ab3 (patch)
tree2995dd284e84efbe96ef785ac237304e78fcd29d
parentd31d3b8ac91e8329162197841476861640506262 (diff)
downloadreply-6c4cf30f7d41665f50a099df38f557b80ab33ab3.tar.gz
reply-6c4cf30f7d41665f50a099df38f557b80ab33ab3.zip
changelog
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index 999d7ee..7a5eb7f 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
Revision history for Reply
{{$NEXT}}
+ - Let Data::Printer handle coloring in the DataPrinter plugin. (Sawyer X)
+ - Add a CollapseStack plugin, to make working with large stack traces
+ easier. (sartak)
0.25 2013-07-05
- The DataDump plugin now respects object stringification overloads by