You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## Unreleased
9
+
10
+
This release relaxes trait-bounds of `Count`, `Progress` and `NestedProgress` to allow `?Sized` as well.
11
+
12
+
### Commit Statistics
13
+
14
+
<csr-read-only-do-not-edit/>
15
+
16
+
- 3 commits contributed to the release.
17
+
- 2 days passed between releases.
18
+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19
+
- 0 issues like '(#ID)' were seen in commit messages
20
+
21
+
### Commit Details
22
+
23
+
<csr-read-only-do-not-edit/>
24
+
25
+
<details><summary>view details</summary>
26
+
27
+
***Uncategorized**
28
+
- Merge pull request #24 from NobodyXu/fix/dyn ([`c905d5c`](https://github.com/byron/prodash/commit/c905d5cb8d62368bb4891cc732ce613d09d6498b))
29
+
- Relax bound of `Progress`, `Count` impl for `DynNestedProgressToNestedProgress` ([`967ea46`](https://github.com/byron/prodash/commit/967ea46b71c2bb44f7cd75524d101c4bfd2df0bf))
30
+
- Fix use of `DynNestedProgress` as trait object ([`7eb69ac`](https://github.com/byron/prodash/commit/7eb69ac3f4946c72a0598b3021153045f3e9626b))
31
+
</details>
32
+
8
33
## 26.2.1 (2023-09-06)
9
34
10
35
### Bug Fixes
@@ -16,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
41
17
42
<csr-read-only-do-not-edit/>
18
43
19
-
-1 commit contributed to the release.
44
+
-2 commits contributed to the release.
20
45
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21
46
- 0 issues like '(#ID)' were seen in commit messages
22
47
@@ -27,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments