summaryrefslogtreecommitdiff
path: root/NEWS
blob: 4d741a28661bb7db8400fc32868ffb84070bf2a2 (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.5, released 2017-10-06
---------------------------------

* 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.