Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ullenius committed Jul 20, 2023
1 parent e6cc2b7 commit 05141c9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Changelog

## 2.3.2
### Bug fixes:
Some xid6-tags were signed int 32 whereas the spec says uint32. Fixed the
* Code refactoring (use new Java 17 features)
* Length in seconds is masked to 24-bits (id666)
* Convert SPC spec to utf-8

### Bug fixes
Some xid6-tags were `signed int 32` whereas the spec says `uint32`. Fixed the
following:
* loop length
* end length
* fade length
* intro length

* Code refactoring (use new Java 17 features)
* Length in seconds is masked to 24-bits (id666)

## 2.3.1
A warning is printed if the minor version (binary) field doesn't match the
minor version in the header (plain text).
Expand Down

0 comments on commit 05141c9

Please sign in to comment.