diff --git a/packages/vector_math/CHANGELOG.md b/packages/vector_math/CHANGELOG.md index ca4649d..af83323 100644 --- a/packages/vector_math/CHANGELOG.md +++ b/packages/vector_math/CHANGELOG.md @@ -1,8 +1,14 @@ -## 2.4.0-wip - -- Remove the deprecated `SimplexNoise` class. -- Optimized the `identity` constructors on the `Matrix` classes. -- Require Dart 3.10.0 or greater. +## 2.4.0 + +- Removes the deprecated `SimplexNoise` class. +- Optimizes the `identity` constructors on the `Matrix` classes. +- Updates metadata to reflect the move from + [google/vector_math.dart](https://github.com/google/vector_math.dart) + to [flutter/core-packages](https://github.com/flutter/core-packages), + which is the new source of truth for this package. +- Updates source and metadata to follow Flutter team package conventions and + analysis options. +- Updates minimum supported SDK version to Dart 3.10. ## 2.3.0 diff --git a/packages/vector_math/pubspec.yaml b/packages/vector_math/pubspec.yaml index ecc75e2..a727be1 100644 --- a/packages/vector_math/pubspec.yaml +++ b/packages/vector_math/pubspec.yaml @@ -5,7 +5,7 @@ name: vector_math description: A vector math library for 2D and 3D applications, supporting 2D, 3D, and 4D matrices. repository: https://github.com/flutter/core-packages/tree/main/packages/vector_math issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_math%22 -version: 2.4.0-wip +version: 2.4.0 environment: sdk: ^3.10.0