Skip to content

Commit

Permalink
release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fixje committed Nov 13, 2023
1 parent f5e143c commit b11ca73
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog for lib1090

## v4.1.0

### New Features
- Added option to disable speed-based reasonableness tests for CPR decoding
- Added getter for Q bit

### Improvements
- Limited receiver as reference to surface positions
- Optimized CRC implementation
- Access to `extractBdsCode` method

### Bug Fixes
- Decoding error in identity code of emergency status messages
- Decoding error in DF 24


## v4.0.0

This is the first release of `lib1090` after its fork from [java-adsb](https://github.com/openskynetwork/java-adsb).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.sero-systems</groupId>
<artifactId>lib1090</artifactId>
<version>4.1.0-RC2</version>
<version>4.1.0</version>
<packaging>jar</packaging>

<name>lib1090</name>
Expand Down

0 comments on commit b11ca73

Please sign in to comment.