14
0

Accepting request 688280 from home:pgajdos

- version update to 0.14.7
  * Create the configuration options, `capture_username`
    and `capture_email`. 
  * Create the configuration option `capture_ip`.
  * Fix `request.files_keys` for Flask
  * If you call `init` multiple times we will update the settings
    at each call.
  * see CHANGELOG.md for details

OBS-URL: https://build.opensuse.org/request/show/688280
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rollbar?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-03-25 14:40:27 +00:00
committed by Git OBS Bridge
parent 7d8d50c1f6
commit a3329feffa
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 25 14:08:31 UTC 2019 - pgajdos@suse.com
- version update to 0.14.7
* Create the configuration options, `capture_username`
and `capture_email`.
* Create the configuration option `capture_ip`.
* Fix `request.files_keys` for Flask
* If you call `init` multiple times we will update the settings
at each call.
* see CHANGELOG.md for details
-------------------------------------------------------------------
Wed Dec 13 15:29:46 UTC 2017 - tchvatal@suse.com