From a3308acbe43f349a247cf390d7870ed1b4fb3cfc Mon Sep 17 00:00:00 2001 From: Vince Reuter Date: Sun, 17 Nov 2024 03:09:56 +0100 Subject: [PATCH] keep changelog up-to-date with active changes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61184d8..e6e0e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `sbt` is now version 1.10.4. ### Added +* `graph` module for graph-related functionality (using `scala-graph`) +* `remove` method as syntax extension on `AtLeast2[Set, X]`, yielding a `NonEmptySet[X]` * `IntraCellDelimiter[A]` abstraction for reading and writing a CSV cell which contains a collection of individual elements * The `AtLeast2[C[*], A]` abstraction for a collection/container `C[A]` which must contain at least two elements * `fs2.data.csv.CellEncoder[AtLeast2[C[*], A]]` instance derivation for when the element type `A` has a `fs2.data.csv.CellEncoder` instance available, and there's an given `IntraCellDelimiter[A]` available