Skip to content

Commit 6c623b1

Browse files
committed
v0.2.0 Changes.
1 parent 700f5cc commit 6c623b1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Z80-Ruby ChangeLog
22

3+
## 0.2.0 / 2024-01-02
4+
5+
### Enhancements
6+
7+
* Added [`Z80::MINIMUM_CYCLES_PER_STEP`](https://zxe.io/software/Z80/documentation/latest/APIReference.html#c.Z80_MINIMUM_CYCLES_PER_STEP).
8+
* Minor code improvements.
9+
10+
### Bugfixes
11+
12+
* Changed the order in which the files are required so that the extension is loaded before `'z80/version'`.
13+
* Fixed typos in the names of `#xyl`, `#xyl=`, `#wzh`, `#wzh=`, `#wzl` and `#wzl=`.
14+
15+
### Project
16+
17+
* Added CI.
18+
* Added `Gemfile`, `CITATION.cff`.
19+
* Added [rake-compiler](https://rubygems.org/gems/rake-compiler) as a development dependency.
20+
321
## 0.1.0 / 2023-12-24
422

523
Initial public release.

0 commit comments

Comments
 (0)