Skip to content

Commit

Permalink
updated log
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed Dec 19, 2022
1 parent b7dcacd commit 3a708a3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,26 @@

## Unreleased

- Refactored code in the main loop
- Refactored code
- changed `bool add()` to `void add()`
- Fixed bug, that the "ongoing state" was also called when a timed transition happens
- Remove low level memory allocation commands to remove compliler warnings mentioned in [#2](https://github.com/LennartHennigs/SimpleFSM/issues/2)
- updated examples (added explanation and some addition call backs to show the state of the FSM)

**Note:** Unreleased changes are checked in but not part of an official release (available through the Arduino IDE or PlatfomIO) yet. This allows you to test WiP features and give feedback to them.


## 1.1.0 - 2022-05-30

* Added fix for ESP32 crashes as reported by [Erik](https://github.com/snowrodeo) in [#1](https://github.com/LennartHennigs/SimpleFSM/issues/1)

## 1.0.1 - 2022-05-07

* Removed complie warnings for `SimpleFSM.cpp`
* Updated `.gitignore`
- Removed complie warnings for `SimpleFSM.cpp`
- Updated `.gitignore`

## 1.0.0 - 2022-05-07

* Initial release
- Initial release

## Note

Expand Down

0 comments on commit 3a708a3

Please sign in to comment.