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
- Setting the progress value is now 9x faster ([`3886754`](https://github.com/byron/prodash/commit/3886754817ac528178b8ea326d0b4d576168eb28))
32
57
- An experiment to show we don't want to rely on dashmap for this ([`4f527c1`](https://github.com/byron/prodash/commit/4f527c12caa85018de293762194f9a2aed5daaea))
33
58
</details>
@@ -852,8 +877,6 @@ Add new render-line, change feature flag names.
852
877
too dynamically changing progress trees.
853
878
* Activate it with the `render-line` + one of `render-line-crossterm` or `render-line-termion` feature flags.
854
879
* Activate it with the `render-line` + one of `render-line-crossterm` or `render-line-termion` feature flags.
855
-
*`copy_new_messages(…)` method, copying only messages seen since last time it was called
856
-
*`message_buffer_usage(…)` returns the amount of message we currently store, as well as the ring buffer capacity
857
880
858
881
### Breaking Changes
859
882
@@ -963,7 +986,7 @@ Add new render-line, change feature flag names.
963
986
</details>
964
987
965
988
<csr-unknown>
966
-
Activate it with the render-line + one of render-line-crossterm or render-line-termion feature flags.<csr-unknown/>
989
+
Activate it with the render-line + one of render-line-crossterm or render-line-termion feature flags.copy_new_messages(…) method, copying only messages seen since last time it was calledmessage_buffer_usage(…) returns the amount of message we currently store, as well as the ring buffer capacity<csr-unknown/>
0 commit comments