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

New major release #15

Merged
merged 6 commits into from
Nov 4, 2023
Merged
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
Prev Previous commit
Fix typo in CHANGELOG
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
stv0g committed Nov 4, 2023
commit c36590d19e95200d3f7e03251e3e4fe1900c9845
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

This is the first release of the module after a fork from [yawn/ykoath](https://github.com/yawn/ykoath).
The code has been forked into the [cunicu organization](https://github.com/cunicu/go-ykoath) for updating
it to the latest coding standards, upadting code quality and implementing changes for its use by
it to the latest coding standards, updating code quality and implementing changes for its use by
the [cunicu/hawkes](https://github.com/cunicu/hawkes) package.

### Added
@@ -58,7 +58,7 @@ the [cunicu/hawkes](https://github.com/cunicu/hawkes) package.

### Fixed

- Fixed wrong datastructure bug, manifesting in scenarios with mixed touch/no-touch configurations (#8, thanks @asiragusa and @j0hnsmith)
- Fixed wrong data structure bug, manifesting in scenarios with mixed touch/no-touch configurations (#8, thanks @asiragusa and @j0hnsmith)
- Fixed Catalina naming issue (#11, thanks @nauxliu)

## [1.0.2] - 2018-09-05