Skip to content

Commit 2519e03

Browse files
committed
Add CHANGELOG entry for #471
1 parent ad38b05 commit 2519e03

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@
44

55
### Added
66

7-
- Add a `preserve_dict` parameter to `ItemCollection.from_dict` and set it to False when using `ItemCollection.from_file`. ([#468](https://github.com/stac-utils/pystac/pull/468))
7+
- Add a `preserve_dict` parameter to `ItemCollection.from_dict` and set it to False when
8+
using `ItemCollection.from_file`.
9+
([#468](https://github.com/stac-utils/pystac/pull/468))
10+
- `StacIO.json_dumps` and `StacIO.json_loads` methods for JSON
11+
serialization/deserialization. These were "private" methods, but are now "public" and
12+
documented ([#471](https://github.com/stac-utils/pystac/pull/471))
813

914
### Changed
1015

16+
- `pystac.stac_io.DuplicateObjectKeyError` moved to `pystac.DuplicateObjectKeyError`
17+
([#471](https://github.com/stac-utils/pystac/pull/471))
18+
1119
### Fixed
1220

1321
### Removed

0 commit comments

Comments
 (0)