diff --git a/CHANGELOG.md b/CHANGELOG.md index 352e342..22742cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # v0.5.0 * Added HasFocus function to the View interface +* Added the UserAgent function to the Session interface * Added the following properties to TableView: "selection-mode", "allow-selection", "current", "current-style", "current-inactive-style" * Added the following events to TableView: "table-cell-selected", "table-cell-clicked", "table-row-selected", "table-row-clicked" * Bug fixing