calculator example

This commit is contained in:
Will McGugan
2021-07-14 20:08:27 +01:00
parent b665ab330e
commit caf62a97da
15 changed files with 726 additions and 110 deletions

View File

@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] - yyyy-mm-dd
## [0.1.7] - 2021-07-14
Here we write upgrading notes for brands. It's a team effort to make them as
straightforward as possible.
### Changed
- Added functionality to calculator example.
- Scrollview now shows scrollbars automatically
- New handler system for messages that doesn't require inheritance
- Improved traceback handling