From de703527e4c27cf34e89ca38ef9d8aea2832ea51 Mon Sep 17 00:00:00 2001 From: Marcelo Glasberg <13332110+marcglasberg@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:33:28 -0300 Subject: [PATCH] Small docs improvement. --- CHANGELOG.md | 4 ++++ lib/src/base/configs.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a60680..fb0b2983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [9.1.6] - 2023/10/08 + +* Small docs improvement. + ## [9.1.5] - 2023/05/31 * Fixed type erasure in IMap.toJson and build issue for benchmark app. diff --git a/lib/src/base/configs.dart b/lib/src/base/configs.dart index c539c5fe..f5e1ce69 100644 --- a/lib/src/base/configs.dart +++ b/lib/src/base/configs.dart @@ -134,7 +134,7 @@ class ConfigMap { final bool isDeepEquals; /// If `false` (the default), will keep the insertion order. - /// If `true` (the default), will sort the list output of keys. + /// If `true`, will sort the list output of keys. final bool sort; /// If `false`, the [hashCode] will be calculated each time it's used. diff --git a/pubspec.yaml b/pubspec.yaml index b51b7bea..3f2d1beb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fast_immutable_collections description: Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections. -version: 9.1.5 +version: 9.1.6 homepage: https://github.com/marcglasberg/fast_immutable_collections environment: