From 837b550238aa671a591ccf282dddeab29cadb206 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 04:49:42 +0200 Subject: Merging upstream version 1.71.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/prodash/CHANGELOG.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'vendor/prodash/CHANGELOG.md') diff --git a/vendor/prodash/CHANGELOG.md b/vendor/prodash/CHANGELOG.md index 58912658e..301ba3b9e 100644 --- a/vendor/prodash/CHANGELOG.md +++ b/vendor/prodash/CHANGELOG.md @@ -5,6 +5,37 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 23.1.2 (2023-03-11) + +### Bug Fixes + + - line renderer now properly detects changes. + Previously change-detection was implemented based on the assumption that + the progress tree is copied entirely. Now, however, the interesting values + are shared. + + The change-detection was adjusted to keep the state's hash of the most recent + drawing, instead of doing everything in line, which saves time hashing as well. + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 9 days passed between releases. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Line renderer now properly detects changes. ([`7966f79`](https://github.com/byron/prodash/commit/7966f79cc7009acb33761cee70398b05b0006cc1)) +
+ ## 23.1.1 (2023-03-02) A maintenance release without user-facing changes. @@ -15,7 +46,7 @@ Most notably, `parking_lot` was upgraded to the latest version. - - 2 commits contributed to the release. + - 3 commits contributed to the release. - 2 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -27,6 +58,7 @@ Most notably, `parking_lot` was upgraded to the latest version.
view details * **Uncategorized** + - Release prodash v23.1.1 ([`a91c52f`](https://github.com/byron/prodash/commit/a91c52f0407a8adf8f93ad66796e1979e08ce126)) - Prepare changelog ([`1a4eb9b`](https://github.com/byron/prodash/commit/1a4eb9b5dea3e100b188be956ab7670f0b8d5ad6)) - Upgrade dependencies, particularly `parking_lot` ([`7ae8a07`](https://github.com/byron/prodash/commit/7ae8a0793752b713c6605be45688ca81fbb7e75e))
-- cgit v1.2.3