Skip to content

Commit

Permalink
📖 DOC: Changelog v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilahijriyan committed Jul 4, 2021
1 parent 04d530a commit 9ede4f6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitchangelog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,4 @@ include_merge = True
# r"(?P<rev>[0-9]+\.[0-9]+(\.[0-9]+)?)\s+\([0-9]+-[0-9]{2}-[0-9]{2}\)\n--+\n")),
# "HEAD"
#]
revs = ["v2.2.0.."]
revs = ["v2.3.1.."]
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,21 @@
### Other

* 📦 Configuration: remove pypy in tox.ini. [aprilahijriyan]

## v2.4.0 (2021-07-04)

### ✨ New

* Optional schema for Pydantic and Marshmallow dependencies. [aprilahijriyan]

### 🎨 Improved

* Add query validation test on nested dependency. [aprilahijriyan]

### 🐛 Fix

* Can't mix dependencies (close #13) [aprilahijriyan]

### 📖 DOC

* Add bug reporting note. [aprilahijriyan]

0 comments on commit 9ede4f6

Please sign in to comment.