Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 584 Bytes

changelog.md

File metadata and controls

13 lines (10 loc) · 584 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

Added

Changed

  • ID3Wrapper getGenre() returns v2 tag before v1 tag (instead of v1 tag before v2 tag).
  • ID3Wrapper getGenreDescription() returns v2 tag before v1 tag (instead of v1 tag before v2 tag).
  • ID3v2CommentFrameData constructor requires description and comment to have the same text encoding.
  • BufferTools, ByteBufferUtils, ID3v1Genres, ID3v2TagFactory, and Version have no public constructor.