Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed enum in sensors.account_balance. Fixes #5 #12

Merged
merged 4 commits into from Feb 6, 2017
Merged

Removed enum in sensors.account_balance. Fixes #5 #12

merged 4 commits into from Feb 6, 2017

Conversation

the-metalgamer
Copy link
Contributor

No description provided.

Copy link
Contributor

@dbrgn dbrgn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

CHANGELOG.md Outdated
@@ -9,4 +9,4 @@ Changes should start with one of the following tags:

## v0.14 (unreleased)

- ...
- [changed] Removed `enum` in `sensors.account_balance`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe reword this to:

[changed] The value in `sensors.account_balance` can now be any ISO 4217 string

14-draft.json Outdated
"USD",
"GBP"
]
"description": "What's the currency? It should be formated according to <a href=\"http://de.wikipedia.org/wiki/ISO_4217\" target=\"_blank\">ISO 4217</a> short-code format.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you make the link post to the English Wikipedia, and use https?

@the-metalgamer
Copy link
Contributor Author

I've updated to all proposed changes

Copy link
Contributor

@dbrgn dbrgn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you fix the typo and rebase against master (git fetch origin && git rebase origin/master && git push -f)? Then it should be ready to merge.

14-draft.json Outdated
"USD",
"GBP"
]
"description": "What's the currency? It should be formated according to <a href=\"https://en.wikipedia.org/wiki/ISO_4217\" target=\"_blank\">ISO 4217</a> short-code format.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found another typo, formated should be formatted :)

@the-metalgamer
Copy link
Contributor Author

Done all the change requests!

@dbrgn dbrgn merged commit e92389c into SpaceApi:master Feb 6, 2017
@dbrgn
Copy link
Contributor

dbrgn commented Feb 6, 2017

Thank you!

dbrgn pushed a commit that referenced this pull request Jan 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants