Skip to content

Commit fcff9d1

Browse files
committed
Update changelog with 4.8.1 changes.
1 parent e32fbfd commit fcff9d1

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

ChangeLog.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
4.8.1
2+
-----
3+
4+
### Enhancements
5+
6+
- Add Trampoline.suspend(final F0<Trampoline<A>> a). (see [#367](https://github.com/functionaljava/functionaljava/pull/367));
7+
8+
### Fixes
9+
10+
- Fix regression in lifted semigroup sum. Fix #365 (see [#366](https://github.com/functionaljava/functionaljava/pull/366));
11+
12+
### Internal
13+
14+
- Fix compile under jdk11. Enable jdk11 travis build. (see [#361](https://github.com/functionaljava/functionaljava/pull/361));
15+
- Fix warnings (see [#369](https://github.com/functionaljava/functionaljava/pull/369));
16+
- Add P tests (see [#360](https://github.com/functionaljava/functionaljava/pull/360));
17+
- Exclude consume/ from coverage (see [#357](https://github.com/functionaljava/functionaljava/pull/357));
18+
- Add DList tests (see [#356](https://github.com/functionaljava/functionaljava/pull/356));
19+
- Add Visitor tests (see [#354](https://github.com/functionaljava/functionaljava/pull/354));
20+
121
4.8
222
---
323

@@ -20,7 +40,6 @@
2040
- Added Scalacheck Arbitrary implementations for Natural and NonEmptyList. (see [`405c3ec`](https://github.com/functionaljava/functionaljava/commit/405c3ec));
2141
- Added unit test coverage for Semigroup implementations. The StringBuffer and StringBuilder tests fail because both of those types are mutable. The IO test fails because the ArbitraryIO implementation does not implement equals. (see [`ef81130`](https://github.com/functionaljava/functionaljava/commit/ef81130));
2242
- Fixed the ArbitraryIO implementation and created a Properties object for testing the IO semigroup. (see [`a8e979f`](https://github.com/functionaljava/functionaljava/commit/a8e979f));
23-
- Added working tests coverage for the StringBuffer and StringBuilder semigroup implementations. Added the Semigroup tests to the list of Scalacheck test suite. (see [`aa4de33`](https://github.com/functionaljava/functionaljava/commit/aa4de33));
2443
- Equal: remove reference to static field of LazyString. Fix #321 (see [`6c6dabd`](https://github.com/functionaljava/functionaljava/commit/6c6dabd));
2544
- Add IOFunctions tests (see [#340](https://github.com/functionaljava/functionaljava/pull/340));
2645
- Add Stream tests (see [#341](https://github.com/functionaljava/functionaljava/pull/341));
@@ -30,4 +49,4 @@
3049
- Add Parser tests (see [#349](https://github.com/functionaljava/functionaljava/pull/349));
3150
- Add FingerTree tests (see [#351](https://github.com/functionaljava/functionaljava/pull/351));
3251
- Add TreeZipper tests (see [#352](https://github.com/functionaljava/functionaljava/pull/352));
33-
- Add Reader/Writer tests (see [#353](https://github.com/functionaljava/functionaljava/pull/353));
52+
- Add Reader/Writer tests (see [#353](https://github.com/functionaljava/functionaljava/pull/353));

0 commit comments

Comments
 (0)