Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CHANGELOG.md #757

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## x.y.z - 2020-mm-DD

see [changelog.md](https://changelog.md/) for how to extend this for the next release.
igalic marked this conversation as resolved.
Show resolved Hide resolved

## 0.9.0 - 2020-04-21

### Added

[This changelog!](https://github.com/bsdci/libioc/pull/757)
igalic marked this conversation as resolved.
Show resolved Hide resolved

### Changed

- update our direct dependencies `py-jail` and `py-freebsd_sysctl`.
- [changed our installation of development dependencies](https://github.com/bsdci/libioc/pull/756)
- [speedup loading of C library](https://github.com/bsdci/libioc/pull/752)

### Fixed

- [Fix ZFS mount issue](https://github.com/bsdci/libioc/issues/755) this was a regression in libzfs core
- [Fix build on FreeBSD 12.1](https://github.com/bsdci/libioc/issues/750)