Skip to content

Commit

Permalink
Update the CHANGELOG with the latest changes
Browse files Browse the repository at this point in the history
Also adding a mention of keepachangelog.com.
  • Loading branch information
ssilverman committed Sep 9, 2020
1 parent c97a5fa commit b3cccfa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

This document details the changes between each release.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.1.0-beta]

While the functionality stays the same, this is a major update because of the
restructured code. Much of the #define-based code was replaced with something
much more maintainable.

### Added
* Added Serial8 support for Teensy 4.1.
* Added a Teensy 4.1 section to platform.ini.

### Changed
* Replaced much of the #define-based code with something much more maintainable.

## [4.0.0]

### Added
Expand Down

0 comments on commit b3cccfa

Please sign in to comment.