From de7aaa4964b7c4059a7efe227fc876d2d523111e Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Wed, 4 Apr 2018 08:47:12 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 536f565..d9aef41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ## develop (unreleased) -* Fixed location of config dir (you can `mv ~/.asciinema ~/.config/asciinema`). +* Fixed example in asciicast v2 format doc (thanks Josh "@anowlcalledjosh" Holland!) +* Replaced deprecated `encodestring` (since Python 3.1) with `encodebytes` (thanks @delirious-lettuce!) +* Fixed location of config dir (you can `mv ~/.asciinema ~/.config/asciinema`) +* Internal refactorings ## 2.0 (2018-02-10)