Skip to content

Commit

Permalink
Update CHANGELOG for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed May 23, 2021
1 parent d9ed70d commit bb4a030
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

## v1.1.0 (under development)

* Add support for PodcastIndex namespace phase 2 tags
* Some APIs have been renamed and their old version has been deprecated (see API changes table below)

### Notable API changes

All API changes are subject to deprecation, with automatic migrations provided. Deprecated properties will be removed entirely in a future release —
refer to the table below, and the properties themselves for the removal schedule.

The APIs that have been changed or deprecated since v1.0.0 are:

API that has changed | What has changed | Notes
--- | --- | ---
`MediaType.match(MediaType?)` | Renamed to `matches(MediaType?)` | Scheduled for removal in v2.0.0.
`MediaType.match(String)` | Renamed to `matches(String)` | Scheduled for removal in v2.0.0.
`PodcastBuilder.podcastPodcastindexBuilder` | Renamed to `podcastindexBuilder` | Scheduled for removal in v2.0.0.

## v1.0.0

* Refactor model structure (no inner classes) into separate classes and packages
Expand Down

0 comments on commit bb4a030

Please sign in to comment.