diff --git a/CHANGES.rst b/CHANGES.rst index a8a069e..02c4565 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,17 @@ Flask Boost Changelog ===================== +Version 0.4.4 +------------- + +* Update url rewrite logic when build assets. +* Do not rewrite url in js codes. +* Fix a bug when process absolute path in YAML file. +* Add ``g.method`` js variable. +* Fix a bug in ``timesince``. +* Add form helper ``check_url``. +* Remove useless codes and files. + Version 0.4.3 ------------- diff --git a/flask_boost/__init__.py b/flask_boost/__init__.py index fee23d9..edf9d48 100644 --- a/flask_boost/__init__.py +++ b/flask_boost/__init__.py @@ -1 +1 @@ -__version__ = "0.4.3" \ No newline at end of file +__version__ = "0.4.4" \ No newline at end of file