summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes23
1 files changed, 23 insertions, 0 deletions
diff --git a/Changes b/Changes
index bc3fd7f..1e08693 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,28 @@
Revision history for Test-Deep
+1.204 2023-01-07 18:01:37-05:00 America/New_York
+ - restore v5.12 compatibility (see commit 66b79eb for the amusing
+ anecdote)
+
+1.203 2023-01-07 11:38:14-05:00 America/New_York
+ - try to avoid clobbering global error variables when loading test
+ libraries (thanks, Felipe Gasper)
+ - hash_each now enumates keys in sort() order, to make errors more
+ consistent
+
+1.202 2023-01-04 20:40:46-05:00 America/New_York
+ - no changes since trial releases
+ - Test::Deep now requires perl v5.12.
+
+1.201 2023-01-03 19:28:05-05:00 America/New_York (TRIAL RELEASE)
+ - correct Changes entry about which version version of perl is required
+
+1.200 2023-01-02 16:55:10-05:00 America/New_York (TRIAL RELEASE)
+ - converted to Dist::Zilla
+ - Test::Deep will now require v5.12, and this may go up. This change
+ allows simplification of the Makefile.PL, which was coping with a
+ mistake made twelve years ago.
+
1.130 2020-03-01
- no changes since 1.129