docs(changelog): add error reporting system

This commit is contained in:
Jae-Heon Ji 2022-03-13 20:47:13 +09:00 committed by GitHub
parent 0b74604a9f
commit 9f9c16d60b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* Add: add error reporting system (https://github.com/zellij-org/zellij/pull/1038)
## [0.26.0] - 2022-03-11
* Fix: invalid assignment of `client_id` (https://github.com/zellij-org/zellij/pull/1052)