corydolphin / flask-cors

Cross Origin Resource Sharing ( CORS ) support for Flask
https://flask-cors.corydolphin.com/
MIT License
877 stars 137 forks source link

Updated logging.warn to logging.warning #234

Closed Vaibhav closed 5 years ago

Vaibhav commented 5 years ago

Regarding Issue #233

corydolphin commented 5 years ago

Thank you very much for noticing this and taking the time to fix it. I really appreciate the effort of the contribution!

I'll push a release shortly.

manu-chroma commented 5 years ago

Hey @corydolphin, can you push a new release? This will fix the deprecated LOG.warn message in the logs. Thanks.

corydolphin commented 5 years ago

Thanks for the push @manu-chroma . I just pushed it.

manu-chroma commented 5 years ago

Thanks! :tada: