Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute authored Sep 9, 2022
1 parent 4b2644b commit f009c60
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 2.10.0

This update adds support for Anime promotional videos (PVs) and trailers. Use `Anime.getVideos()` to retrieve all PVs.

### ❌ Removed

* Removed deprecated enums https://github.com/KatsuteDev/Mal4J/pull/338 (@Katsute)
- Removed `AnimeSource.Web_Manga`, use `AnimeSource.WebManga`
- Removed `AnimeSource.Digital_Manga`, use `AnimeSource.DigitalManga`
- Removed `MangaType.Novel`, use `MangaType.LightNovel`
* Removed deprecated method `MyAnimeList.getMyself` https://github.com/KatsuteDev/Mal4J/pull/339 (@Katsute)
Use `MyAnimeList.getAuthenticatedUser`
* Removed deprecated AndroidCompatibilityException https://github.com/KatsuteDev/Mal4J/pull/340 (@Katsute)

### ⭐ New Features

* Added Anime PV/Trailers https://github.com/KatsuteDev/Mal4J/pull/341 (@Katsute)
* Retrieve Anime PVs/Trailers using `Anime.getVideos()`, returns an array
* Added corresponding field variable `videos` or `Fields.Anime.videos`
* Added corresponding experimental field `ExperimentalFeature.VIDEOS`
* Paginated iterator now returns a modifiable list instead of an unmodifiable one https://github.com/KatsuteDev/Mal4J/pull/337 (@Katsute)
* Added `All` option for experimental features https://github.com/KatsuteDev/Mal4J/pull/342 (@Katsute)
* Enable all experimental features using `MyAnimeList.enableExperimentalFeature(ExperimentalFeature.ALL)`

**Full Changelog**: https://github.com/KatsuteDev/Mal4J/compare/2.9.1...2.10.0

## 2.9.1

### 🐞 Bug Fixes
Expand Down

0 comments on commit f009c60

Please sign in to comment.