Shim in imports that were moved with flags refactor #126

Merged
merged 1 commit into from Sep 19, 2017

Conversation

Projects
None yet
2 participants
Owner

johnsca commented Sep 18, 2017

PR #112 moved all flag-related functions to a separate namespace but didn't maintain backwards compatibility for a transitional period. This creates deprecated aliases in the old location to not break existing charms.

Fixes #124
Fixes #125

Shim in imports that were moved with #112
PR #112 moved all flag-related functions to a separate namespace but
didn't maintain backwards compatibility for a transitional period.  This
creates deprecated aliases in the old location to not break existing
charms.

Fixes #124
Fixes #125

stub42 approved these changes Sep 19, 2017

I think this is good. It is important to maintain backwards compatibility wherever possible until we tag 2.0 and have an upgrade story.

@johnsca johnsca merged commit 1700a18 into master Sep 19, 2017

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

@galgalesh galgalesh deleted the bug/124-flag-refactor-backward-compat branch Nov 8, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment