File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -349,6 +349,9 @@ jobs:
349349
350350 ios-ci-result :
351351 runs-on : ubuntu-latest
352+ permissions :
353+ actions : write
354+ contents : read
352355 if : needs.pre_job.outputs.should_skip != 'true' && always()
353356 needs :
354357 - pre_job
Original file line number Diff line number Diff line change 11# Changelog MapLibre Native for Android
22
3+ ## 13.4.1
4+
5+ ### 🐞 Bug fixes
6+
7+ - core: check if edge length is zero for rounded corners ([ #4424 ] ( https://github.com/maplibre/maplibre-native/pull/4424 ) ).
8+
39## 13.4.0
410
511### ✨ Features and improvements
Original file line number Diff line number Diff line change 1- 13.4.0
1+ 13.4.1
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ MapLibre welcomes participation and contributions from everyone. Please read [`M
1919- core: Tolerate stencil clipping setup failures ([ #4317 ] ( https://github.com/maplibre/maplibre-native/pull/4317 ) ).
2020- Enable FastPFOR encodings in MLT ([ #4146 ] ( https://github.com/maplibre/maplibre-native/pull/4146 ) ).
2121- Add fill extrusion style property that enables rounded corners for extruded buildings (Core feature) ([ #4343 ] ( https://github.com/maplibre/maplibre-native/pull/4343 ) ).
22+ - core: check if edge length is zero for rounded corners ([ #4424 ] ( https://github.com/maplibre/maplibre-native/pull/4424 ) ).
2223
2324## 6.27.0
2425
You can’t perform that action at this time.
0 commit comments