Skip to content

Commit c2ea2b4

Browse files
authored
Merge pull request #37 from rust-embedded/changelog
Add a changelog
2 parents 3f5f75f + 9ad42ec commit c2ea2b4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
12+
- Added a changelog.
13+
- Added support for 32-bit ARM architectures ([#33]).
14+
15+
[#33]: https://github.com/rust-embedded/qemu-exit/pull/33
16+
17+
### Changed
18+
19+
- Moved the repository to [rust-embedded](https://github.com/rust-embedded) under the libs team.
20+
21+
[Unreleased]: https://github.com/rust-embedded/qemu-exit/compare/v3.0.2...HEAD

0 commit comments

Comments
 (0)