Skip to content

Commit

Permalink
Updated changelog with #1636
Browse files Browse the repository at this point in the history
  • Loading branch information
JaffaKetchup committed Sep 1, 2023
1 parent 46cb337 commit ba9b686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Contains the following changes:
- Replaced `FlutterMap.nonRotatedChildren` with an inverse purpose (usually internal) `MobileLayerTransformer` - [#1615](https://github.com/fleaflet/flutter_map/pull/1615)
- Refactored internal tile pruning logic - [#1596](https://github.com/fleaflet/flutter_map/pull/1596)
- Removed `CustomPoint` in favour of extension methods on `Point<T>` - [#1585](https://github.com/fleaflet/flutter_map/pull/1585) for [#1522](https://github.com/fleaflet/flutter_map/issues/1522)
- Removed `MoveAndRotateResult` in favour of a `Record` in format of `({bool moveSuccess, bool rotateSuccess})` - [#1636](https://github.com/fleaflet/flutter_map/pull/1636)
- Removed dedicated plugins API import due to redundancy - [#1632](https://github.com/fleaflet/flutter_map/pull/1632)

Contains the following bug fixes:
Expand Down

0 comments on commit ba9b686

Please sign in to comment.