docs(changelog): fix invalid client_id

This commit is contained in:
Jae-Heon Ji 2022-02-23 23:52:03 +09:00 committed by GitHub
parent a489194b55
commit 6e1915fdf2
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]
* Fix: invalid assignment of `client_id` (https://github.com/zellij-org/zellij/pull/1052)
## [0.25.0] - 2022-02-22
* Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)