Skip to content

Commit 4e6640a

Browse files
committed
Add CHANGELOG
1 parent 46cad71 commit 4e6640a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.1.0] - 2019-04-10
8+
9+
### Added
10+
- Added go.mod file. #10
11+
- Added new syscalls to be in sync with Linux v5.0. #11
12+
13+
### Fixed
14+
- Fixed integer overflow in BPF conditional jumps when using long lists of
15+
syscalls (>256). #9
16+
17+
## [1.0.0] - 2018-05-17
18+
19+
### Added
20+
- Initial release.
21+
22+
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.0...HEAD
23+
[1.1.0]: https://github.com/elastic/go-seccomp-bpf/v1.0.0...v1.1.0
24+
[1.0.0]: https://github.com/elastic/go-seccomp-bpf/v1.0.0

0 commit comments

Comments
 (0)