summaryrefslogtreecommitdiff
path: root/NEWS
blob: 90d48db33ee87a0dc06f79819be14092d0612489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
slog NEWS
=============================================================================

This file summarizes changes between releases of `slog`.


Version 0.4+git, not yet released
---------------------------------

* Lars Wirzenius fixed logging of values that can't be represented
  directly in JSON to be logged as the `repr` of the value.

Version 0.4, released 2017-08-04
---------------------------------

* A structured log can now filter all log objects via a number of
  "massagers", which modify the log objects before they're written.

Version 0.3, released 2017-08-03
---------------------------------

* Fix `slog-pretty` to work with Python 3.

Version 0.2, released 2017-08-01
-----------------------------------------------------------------------------

* First release.