You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
3
+
## v4.1.0 2025-09-11
4
+
5
+
What's Changed:
6
+
* Fix ExDoc source ref links not working due to wrong branch name by @arcanemachine in https://github.com/felt/geo/pull/229
7
+
* Add MultiLineStringZM by @c0deaddict in https://github.com/felt/geo/pull/225
8
+
* Added MultiPointM and LinestringM by @danbaranov in https://github.com/felt/geo/pull/173
9
+
* Use JSON instead of Jason by @kubosuke in https://github.com/felt/geo/pull/234
10
+
* Add LineStringM to main geo.ex file by @simagyari in https://github.com/felt/geo/pull/241
11
+
12
+
New Contributors:
13
+
*@arcanemachine made their first contribution in https://github.com/felt/geo/pull/229
14
+
*@c0deaddict made their first contribution in https://github.com/felt/geo/pull/225
15
+
*@danbaranov made their first contribution in https://github.com/felt/geo/pull/173
16
+
*@kubosuke made their first contribution in https://github.com/felt/geo/pull/234
17
+
*@simagyari made their first contribution in https://github.com/felt/geo/pull/241
18
+
3
19
## v4.0.1 — 2024-09-23
4
20
5
21
[Fix error raised when decoding JSON with string representations of integer values in coordinates](https://github.com/felt/geo/pull/221) by new contributor @IceDragon200.
0 commit comments