# Changelog ## 0.1 Segment Tree ### 0.1.5 - 2020-12-03 :boom: Rename `LazyAct` to `Act` and fix trait bounds ### 0.1.4 - 2020-12-03 :sparkles: Add `from_iter_sized` specialized constructor for [`SegTree`](https://docs.rs/libpuri/0.1.4/libpuri/struct.SegTree.html#method.from_iter_sized) and [`LazySegTree`](https://docs.rs/libpuri/0.1.4/libpuri/struct.LazySegTree.html#method.from_iter_sized) ### 0.1.3 - 2020-11-27 :memo: Fix documentation on `LazyAct` ### 0.1.2 - 2020-11-27 :memo: Fix documentation on `Monoid` ### 0.1.1 - 2020-11-26 :sparkles: Introduce Lazy Segment Tree ### 0.1.0 - 2020-11-25 :sparkles: Introduce Segment Tree