Skip to content

Commit e9e3045

Browse files
committed
Reorder and add missing PRs
1 parent f7fc68a commit e9e3045

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,29 @@
44

55
### Added
66

7-
- #83 - Add support for Python 3.10
7+
- #53 - Add a new example based on pynautobot and Nautobot REST API
88
- #59 - Add proper documentation published in Read the doc
9+
- #68 - Cleanup Readme, add link to new documentation site
910
- #70 - Add `add_or_update()` method to DiffSync class that requires a DiffSyncModel to be passed in and will attempt to add or update an existing object
11+
- #72 - Add core engine section in docs and rename example directories
12+
- #75 - Add support for Structlog v21 in addition to v20.
1013
- #80 - Add support for an existing Diff object to be passed to `sync_to()` & `sync_from()` to prevent another diff from being calculated.
11-
- #87 - Add new model flags : `SKIP_UNMATCHED_BOTH`, `SKIP_UNMATCHED_SRC` & `SKIP_UNMATCHED_DST` to match the behavior of the global flags
1214
- #81 - Add a new example based on PeeringDB
13-
- #53 - Add a new example based on pynautobot and Nautobot REST API
14-
- #75 - Add support for Structlog v21 in addition to v20.
15+
- #83 - Add support for Python 3.10
16+
- #87 - Add new model flags : `SKIP_UNMATCHED_BOTH`, `SKIP_UNMATCHED_SRC` & `SKIP_UNMATCHED_DST` to match the behavior of the global flags
1517

1618
### Changed
1719

18-
- #69 - Replace Travis CI with Github Actions to run unit tests
1920
- #43 - `get()` and `get_by_uids()` now raises an `ObjectNotFound` exception, instead of silently skipping over unmatched uids
20-
- #90 - Convert list of actions (`create`, `update`, `delete`) to proper Enum
21+
- #62 - Update CI Token
22+
- #69 - Replace Travis CI with Github Actions to run unit tests
2123
- #82 - Update lock file with latest versions.
24+
- #90 - Convert list of actions (`create`, `update`, `delete`) to proper Enum
2225

2326
### Fixed
2427

2528
- #51 - Update minimum Pydantic version due to security advisory GHSA-5jqp-qgf6-3pvh
29+
- #63 - Fix type in Readme
2630

2731
## v1.3.0 - 2021-04-07
2832

0 commit comments

Comments
 (0)