Skip to content

Commit 7571fd2

Browse files
authored
Merge pull request #38 from robyoung/add-changelog
Add CHANGELOG
2 parents 8386f23 + 2536f40 commit 7571fd2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
12+
- Add `microbit::gpio` module with pins mapped to micro:bit names
13+
- Refactor `microbit::display` and `microbit::led` to accept `gpio::Pins`
14+
- Make probe-run the default runner
15+
- Rewrite `serial_port` as a macro
16+
17+
### Fixed
18+
19+
- Fix rustdoc warnings
20+
- Upgrade nrf51-hal to 0.12.1

0 commit comments

Comments
 (0)