remove the outstanding queue from Sub::Quote; benchamarks show it didn't actually...
[gitmo/Moo.git] / Changes
diff --git a/Changes b/Changes
index 5de6ac9..c549736 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - Remove Sub::Quote's outstanding queue since it doesn't actually slow
+    things down to do it this way and makes debugging easier.
   - Revert 'local $@' around require calls to avoid triggering Unknown Error
   - Explicitly require Role::Tiny in Role::Tiny::With (RT#70446)