Skip to content

Commit a020087

Browse files
authored
Update changelogs for Microsoft.Spatial converters (Azure#24706)
Forgot to suggest them in PRs Azure#24520 and Azure#24587
1 parent 2f182e6 commit a020087

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

sdk/core/Microsoft.Azure.Core.Spatial.NewtonsoftJson/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.1.0-beta.1 (2021-10-13)
44

5+
### Acknowledgments
6+
7+
Thank you to our developer community members who helped to make the Microsoft.Spatial converters better with their contributions to this release:
8+
9+
- Jack Bond ([GitHub](https://github.com/jackbond))
10+
11+
### Features Added
12+
13+
- Added converter support for the following types ([#24367](https://github.com/Azure/azure-sdk-for-net/issues/24367)):
14+
- GeographyLineString
15+
- GeographyPolygon
16+
- GeographyMultiPoint
17+
- GeographyMultiLineString
18+
- GeographyMultiPolygon
19+
- GeographyCollection
520

621
## 1.0.0 (2021-01-06)
722

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
3+
## 1.2.0-beta.1 (2021-10-13)
44

5-
### Features Added
5+
### Acknowledgments
66

7-
### Breaking Changes
7+
Thank you to our developer community members who helped to make the Microsoft.Spatial converters better with their contributions to this release:
88

9-
### Key Bugs Fixed
9+
- Jack Bond ([GitHub](https://github.com/jackbond))
1010

11-
### Fixed
11+
### Features Added
1212

13+
- Added converter support for the following types ([#24367](https://github.com/Azure/azure-sdk-for-net/issues/24367)):
14+
- GeographyLineString
15+
- GeographyPolygon
16+
- GeographyMultiPoint
17+
- GeographyMultiLineString
18+
- GeographyMultiPolygon
19+
- GeographyCollection
1320

1421
## 1.1.0 (2021-06-10)
1522

@@ -23,4 +30,4 @@ Released.
2330

2431
### Added
2532

26-
- Added `MicrosoftSpatialGeoJsonConverter` to serialize `Microsoft.Spatial.GeometryPoint` objects.
33+
- Added `MicrosoftSpatialGeoJsonConverter` to serialize `Microsoft.Spatial.GeographyPoint` objects.

0 commit comments

Comments
 (0)