Skip to content

Commit

Permalink
chore(documentation): Update CHANGELOG to redirect to Github Releases (
Browse files Browse the repository at this point in the history
…#1936)

The CHANGELOG is significantly out of date, and it seems release notes are now stored in Github Releases only. 
This change adds a brief message to redirect users to Github Releases.
  • Loading branch information
mitchwd committed Jan 29, 2023
1 parent 42984bf commit e57b7ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Release notes are now stored in Github Releases: https://github.com/colinhacks/zod/releases

## Previous Releases

### 3.10

- New parser that allows parsing to continue after non-fatal errors have occurred. This allows Zod to surface more errors to the user at once.
Expand Down

0 comments on commit e57b7ae

Please sign in to comment.