Make actions private in panels and views

Change-Id: I3f2c68c6e51525bbba96c24c4fddf9f9498333b1
diff --git a/Changes b/Changes
index c2c6e60..8b906d1 100755
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.43 2021-07-26
+0.43 2021-07-28
         - New menu class that has an entry at the very end,
           similar to the input text prefix,
           that is always available (lerepp).
@@ -6,16 +6,14 @@
           response.
         - Added utility funcition to menu that gets all direct
           childNodes by a tag. Used in menu-style specs. (lerepp)
-<<<<<<< HEAD
         - Remove 'X-Frame-Options' in favor of 'frame-ancestors'
           as a CSP rule.
         - Fix CSS compression for new SASS compiler.
         - Support dynamic menu extensions.
         - Dynamically extend buttongroup menus.
-=======
         - Update to menu.js's removeItems function to only delete
           direct childNodes aswell as a specification to test for it (lerepp)
->>>>>>> Added the condition to removeItems, that the to be removedItem be direct child of the menus HTML element.
+        - Make actions private in panels and views.
 
 0.42 2021-06-18
         - Added GitHub based CI for perl.