Skip to content

Commit 590b46b

Browse files
committed
Organize Changelog for v0.9.9
1 parent eed57cc commit 590b46b

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

Changelog.md

+18-8
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
- Address collected minor issues (#81)
9-
- Remove emscripten support (#92)
10-
- Address some Verilog lints and weaknesses (#94)
11-
- Collected ctest-provoked fixes (#95)
8+
9+
## [0.9.9] - 2021-09-01
10+
### Added
1211
- Enable GitHub Actions for macos-11 runners (#96)
12+
- Introduce a yosys flow for ULX3S (#87)
13+
- Build on macOS Big Sur (#85)
14+
15+
### Changed
1316
- Prefer sdl2-config over pkg-config (#82)
1417
- Run `apt-get update` before installing packages from APT (#84)
18+
19+
### Fixed
20+
- Address collected minor issues (#81)
21+
- Address some Verilog lints and weaknesses (#94)
22+
- Collected ctest-provoked fixes (#95)
1523
- Fix crash in SDLVGA on macOS Big Sur 11.2 (#83)
16-
- Remove Xilinx support (#86)
1724
- Introduce collected hardware changes for ulx3s (#88)
18-
- Introduce a yosys flow for ULX3S (#87)
19-
- Build on macOS Big Sur (#85)
25+
26+
### Removed
27+
- Remove emscripten support (#92)
28+
- Remove Xilinx support (#86)
2029

2130
## [0.9.8] - 2021-01-01
2231
### Added
@@ -116,7 +125,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116125
- uses of little-used assert()
117126
- obsolescent SPI simulated device
118127

119-
[Unreleased]: https://github.com/kulp/tenyr/compare/v0.9.8...HEAD
128+
[Unreleased]: https://github.com/kulp/tenyr/compare/v0.9.9...HEAD
129+
[0.9.9]: https://github.com/kulp/tenyr/compare/v0.9.8...v0.9.9
120130
[0.9.8]: https://github.com/kulp/tenyr/compare/v0.9.7...v0.9.8
121131
[0.9.7]: https://github.com/kulp/tenyr/compare/v0.9.6...v0.9.7
122132
[0.9.6]: https://github.com/kulp/tenyr/compare/v0.9.5...v0.9.6

0 commit comments

Comments
 (0)