From b6a062afe71a30f01bb6972ca8ba5807c61216c2 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Wed, 22 Jan 2025 19:26:53 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d882776..e13267f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * experimental `--cols` CSS variable [#956](https://github.com/jcubic/jquery.terminal/issues/956) * add `terminal::lines()` [#966](https://github.com/jcubic/jquery.terminal/issues/966) * add small ASCII Art to signature [#972](https://github.com/jcubic/jquery.terminal/issues/972) -* add `termina::view_ready()` [#987](https://github.com/jcubic/jquery.terminal/issues/987) +* add `termina::output_ready()` [#987](https://github.com/jcubic/jquery.terminal/issues/987) [#1000](https://github.com/jcubic/jquery.terminal/issues/1000) * add `figlet.js` helper extension ### Bugfix * fix `terminal::login()` when user already authenticated [#980](https://github.com/jcubic/jquery.terminal/issues/980)