File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
9696 specified `local_only`, but the code and tests were using `keep_local`. The functionality
9797 more closely matches local only. NOTE: It doesn't seem like any code in the wild was using
9898 local_only as we'd not received any reports of such until PR #4606 from hedger.
99+ - Fix Issue #2281, AddPreAction() & AddPostAction() were being ignored if no action
100+ was specified when the Alias was initially created.
99101
100102 From Alex James:
101103 - On Darwin, PermissionErrors are now handled while trying to access
Original file line number Diff line number Diff line change @@ -176,6 +176,8 @@ FIXES
176176 more closely matches local only. NOTE: It doesn't seem like any code in the wild was using
177177 local_only as we'd not received any reports of such until PR #4606 from hedger.
178178
179+ - Fix Issue #2281, AddPreAction() & AddPostAction() were being ignored if no action
180+ was specified when the Alias was initially created.
179181
180182IMPROVEMENTS
181183------------
You can’t perform that action at this time.
0 commit comments