Skip to content

Commit 1c78ba8

Browse files
authored
Merge pull request #432 from tweag/v0.3.0-release/changelog
Add changelog for v0.3.0
2 parents e7f1d0d + db9f4a2 commit 1c78ba8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Change Log
22

3+
## [v0.3.0](https://github.com/tweag/linear-base/tree/v0.3.0) (2022-10-26)
4+
5+
[Full Changelog](https://github.com/tweag/linear-base/compare/v0.2.0...v0.3.0)
6+
7+
### Headline changes
8+
9+
- Support GHC 9.4 in addition to GHC 9.2 and GHC 9.0 (GHC 9.0 is no longer tested though) [\#427](https://github.com/tweag/linear-base/pull/427) ([matthew-healy](https://github.com/matthew-healy))
10+
- Update `nix-shell` to enable building with GHC 9.4.1 [\#429](https://github.com/tweag/linear-base/pull/429) ([matthew-healy](https://github.com/matthew-healy))
11+
- Improvement of the resource-aware `IO` (`RIO`) monad's interface
12+
- Add some Handle operations to RIO [\#425](https://github.com/tweag/linear-base/pull/425) ([endgame](https://github.com/endgame))
13+
- The `Handle` type is now transparent, to make extensions of the API possible [\#428](https://github.com/tweag/linear-base/pull/428) ([aspiwack](https://github.com/aspiwack))
14+
15+
### Miscellaneous
16+
17+
- Weaken constraint on `Monoid (Maybe a)` instance [\#409](https://github.com/tweag/linear-base/pull/409) ([treeowl](https://github.com/treeowl))
18+
- Add `evalState(T)` [\#411](https://github.com/tweag/linear-base/pull/411) ([andreasabel](https://github.com/andreasabel))
19+
- Add `Movable` instances for several primitive types, as well as (non-linear) `Applicative`, `Foldable`, `Traversable` instances for `V`. [\#416](https://github.com/tweag/linear-base/pull/416) ([sellout](https://github.com/sellout))
20+
- Fix typo in comment: resrouce -\> resource [\#421](https://github.com/tweag/linear-base/pull/421) ([undergroundquizscene](https://github.com/undergroundquiz- Fix haddock hyperlink reference \(minor typo\) [\#420](https://github.com/tweag/linear-base/pull/420) ([undergroundquizscene](https://github.com/undergroundquizscene))
21+
scene))
22+
- Fix haddock links in `Data.Replicator.Linear` [\#423](https://github.com/tweag/linear-base/pull/423) ([undergroundquizscene](https://github.com/undergroundquizscene))
23+
- Add `CONTRIBUTING.md` [\#426](https://github.com/tweag/linear-base/pull/426) ([tbagrel1](https://github.com/tbagrel1))
24+
25+
### Internal
26+
27+
- Upgrade GHC to 9.2 [\#414](https://github.com/tweag/linear-base/pull/414) ([aspiwack](https://github.com/aspiwack))
28+
- Don't use deprecated `testProperty` from tasty-hedgehog [\#415](https://github.com/tweag/linear-base/pull/415) ([aspiwack](https://github.com/aspiwack))
29+
330
## [v0.2.0](https://github.com/tweag/linear-base/tree/v0.2.0) - 2022-03-25
431

532
[Full Changelog](https://github.com/tweag/linear-base/compare/v0.1.0...v0.2.0)

0 commit comments

Comments
 (0)