diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a6913b45d76768f5ef592d9205b926e2843325..17e927403ef669300837e3ae442fd2e670bf2025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,9 @@ release. --> ## [Unreleased] +### Changed +- Enabled Hayabusa2 drivers [#596](https://github.com/DOI-USGS/ale/pull/596) + ### Added - Apollo Metric drivers, tests, and data [#533](https://github.com/DOI-USGS/ale/pull/533) - Rosetta Virtis drivers, tests, and data [#520](https://github.com/DOI-USGS/ale/pull/520) diff --git a/ale/drivers/__init__.py b/ale/drivers/__init__.py index a9bc1f89aa1bc9405924211b57a672cf7800fd8a..464b151a364c56b93c230559166f669b7309d003 100644 --- a/ale/drivers/__init__.py +++ b/ale/drivers/__init__.py @@ -24,7 +24,6 @@ from abc import ABC # Explicit list of disabled drivers __disabled_drivers__ = ["ody_drivers", - "hayabusa2_drivers", "juno_drivers", "tgo_drivers"]