File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,11 @@ Ideally, within a virtual environment.
11
11
12
12
Changelog
13
13
=========
14
- ### 3.0.0 - TBD
15
- - Added automated code cleaning and linting satisfying [ HOPE-8 -- Style Guideline for Hug] ( https://github.com/hugapi/HOPE/blob/master/all/HOPE-8--Style-Guide-for-Hug-Code.md#hope-8----style-guide-for-hug-code )
14
+ ### 2.5.5 - June 13, 2019
15
+ - Fixed issue #808 : Problems with command line invocation via hug CLI
16
+ - Fixed issue #647 : Support for arbitrary URL complexity when using CORS middleware
17
+ - Fixed issue #805 : Added documentation for ` map_params ` feature
18
+ - Added initial automated code cleaning and linting partially satisfying [ HOPE-8 -- Style Guideline for Hug] ( https://github.com/hugapi/HOPE/blob/master/all/HOPE-8--Style-Guide-for-Hug-Code.md#hope-8----style-guide-for-hug-code )
16
19
- Implemented [ HOPE-20 -- The Zen of Hug] ( https://github.com/hugapi/HOPE/blob/master/all/HOPE-20--The-Zen-of-Hug.md )
17
20
18
21
### 2.5.4 hotfix - May 19, 2019
Original file line number Diff line number Diff line change
1
+ req_succeeded # unused variable (hug/middleware.py:92)
2
+ req_succeeded # unused variable (hug/middleware.py:141)
3
+ req_succeeded # unused variable (hug/middleware.py:179)
You can’t perform that action at this time.
0 commit comments