Skip to content

Commit

Permalink
Update CHANGELOG.md (#3455)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored Dec 7, 2023
1 parent 7e45696 commit f0028c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### ✨ Features and improvements

- Upgraded to use Node JS 20 and removed the dependency of `gl` package from the tests to allow easier develpment setup.
- Improved precision and added a subtle fade transition to marker opacity changes ([#3431](https://github.com/maplibre/maplibre-gl-js/pull/3431))
- _...Add new stuff here..._

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"metadata": {
"test": {
"height": 256,
"operations": [["idle"]]
"operations": [["idle"], ["wait", 100]]
}
},
"center": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"version": 8,
"metadata": {
"test": {
"height": 256
"height": 256,
"operations": [["idle"]]
}
},
"center": [
Expand Down

0 comments on commit f0028c9

Please sign in to comment.