Skip to content

Commit

Permalink
ready for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed Nov 20, 2022
1 parent a3af058 commit 90f9546
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

**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.

## [2.0.0] - 2022-11-21

- added abstract base class and refactored code
- implemented `ESPTelnet` and a seprate stream class `ESPTelnetStream`
- added [ESPTelnetStreamExample](https://github.com/LennartHennigs/ESPTelnet/blob/master/examples/TelnetStreamExample/TelnetStreamExample.ino)
- updated `README.md` and added Stream descriptions
- fixed bug [#30](https://github.com/LennartHennigs/ESPTelnet/issues/30)

## [1.4.0] - 2022-11-03

- added `Autoconnect` example as suggested in PR [#13](https://github.com/LennartHennigs/ESPTelnet/pull/13)
Expand Down

0 comments on commit 90f9546

Please sign in to comment.