Skip to content

Commit af4ca72

Browse files
committed
Update Changelog.
1 parent 6180ba9 commit af4ca72

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

Changelog.md

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
# X.X.X (Next)
22

3-
- Fix automatic require
3+
* Fix automatic require
4+
* Fix the Libbz2::finalizer method.
5+
6+
## Tooling and internal changes
7+
8+
* Fix tests on Windows
9+
* Use github actions for CI
10+
* Add require statement to the example
11+
* Add LICENSE file
12+
* Use Markdown for the LICENSE and tidy up the README.
13+
* Update GitHub Actions workflows.
14+
* Update version of Rake to fix security alert.
15+
* Remove Pry and Guard development dependencies.
16+
* Update minimum version of RubyZip required.
17+
* Update MiniTest dependency.
18+
* Add a test to ensure correct version number format.
19+
* Add `bin/console'.
420

521
# 0.0.1
622

7-
- Initial version
23+
* Initial version
24+
25+
## About this Changelog file
26+
27+
This file is, at least in part, generated by the following command:
28+
29+
```shell
30+
$ git log --pretty=format:"* %s" --reverse --no-merges <commit-hash>..
31+
```

0 commit comments

Comments
 (0)