diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e7d307f..0fe353a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. ### Added - Frame dependencies +### Changed +- AS1/2 direct editation no longer marked as experimental + ### Fixed - AS1/2 - switch with getvariable decompilation - AS1/2 - call action parameters as string diff --git a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java index d25dd6eb8..d173e5417 100644 --- a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java @@ -124,8 +124,6 @@ public class ActionPanel extends JPanel implements SearchListener