Skip to content

Commit 6f6e28f

Browse files
authored
Update CHANGELOG
1 parent 9f05f90 commit 6f6e28f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
### Added
10+
- Types for most of the API responses.
11+
- Library exceptions to the docs.
12+
- Added `AgeRating`, `Status`, `Season`, `AnimeSubtype`, `MangaSubtype`
13+
14+
### Removed
15+
- Removed `Title` for a simplified title property to both `Anime` and `Manga`.
16+
17+
### Changed
18+
- Refactored and moved all of the API models to a models folder.
19+
- Improved searching with various filters.
20+
- Updated the docstrings for most models.
21+
822
## [1.1.2] - 2022-10-29
923
### Removed
1024
- `raw` keyword argument completely

0 commit comments

Comments
 (0)