Skip to content

Commit b24da6c

Browse files
Update changelog
1 parent f9cc12e commit b24da6c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ Ideally, within a virtual environment.
1111

1212
Changelog
1313
=========
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)
1619
- Implemented [HOPE-20 -- The Zen of Hug](https://github.com/hugapi/HOPE/blob/master/all/HOPE-20--The-Zen-of-Hug.md)
1720

1821
### 2.5.4 hotfix - May 19, 2019

hug/_whitelist.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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)

0 commit comments

Comments
 (0)