clarify documentation about Sub::Quote's captured variables not being aliases
[gitmo/Moo.git] / Changes
diff --git a/Changes b/Changes
index 5baa9a9..e73a063 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+  - clarify in docs that Sub::Quote's captured variables are copies, not aliases
   - fix infinite recursion if an isa check fails due to another isa check
     (RT#87575)
   - fix Sub::Quote and Sub::Defer under threads (RT#87043)