Skip to content

Commit 8df3a22

Browse files
committed
Version 4.0.0
1 parent 4358c3e commit 8df3a22

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/).
77

8+
## 4.0.0 - 2018-07-04
9+
10+
### Added
11+
- Log exception stacktrace
12+
13+
### Changed
14+
- Incompatible change: removed `log` function from request in falcon support
15+
816
## 3.3.1 - 2018-06-18
917

1018
### Fixed

sap/cf_logging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from sap.cf_logging.record.request_log_record import RequestWebRecord
1111
from sap.cf_logging.record.simple_log_record import SimpleLogRecord
1212

13-
__version__ = '3.3.1'
13+
__version__ = '4.0.0'
1414

1515
_SETUP_DONE = False
1616
FRAMEWORK = None

0 commit comments

Comments
 (0)