forked from apiguy/flask-classy
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
Breaking change re FlaskView.decorators missing in CHANGELOG (for v0.11.0) #49
Comments
I missed this, I'll update the CHANGLOG accordingly, thank you for reporting this. |
Thank you!
|
hoatle
added a commit
to hoatle/flask-classful
that referenced
this issue
Sep 9, 2017
hoatle
added a commit
to hoatle/flask-classful
that referenced
this issue
Sep 9, 2017
…issing in CHANGELOG
hoatle
added a commit
to hoatle/flask-classful
that referenced
this issue
Sep 9, 2017
…issing in CHANGELOG
hoatle
added a commit
to hoatle/flask-classful
that referenced
this issue
Sep 9, 2017
…issing in CHANGELOG
hoatle
added a commit
to hoatle/flask-classful
that referenced
this issue
Sep 9, 2017
…issing in CHANGELOG
hoatle
added a commit
that referenced
this issue
Sep 9, 2017
…ngelog @ #49 | Breaking change re FlaskView.decorators for v0.11.0 missing in CHANGELOG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
686be6e changes the order in which decorators are applied, due to the introduction of
reversed()
.This should be noted as a breaking change in the CHANGELOG?
The text was updated successfully, but these errors were encountered: