File: CHANGELOG.md

package info (click to toggle)
hslogger 1.3.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 196 kB
  • sloc: haskell: 815; makefile: 2
file content (11 lines) | stat: -rwxr-xr-x 568 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
See also https://pvp.haskell.org/faq

#### 1.3.1.0 *(minor)*

- Evaluate message before taking lock in simple handler ([#49](https://github.com/haskell-hvr/hslogger/pull/49))
- Define `Typeable`, `Data`, `Generic` and `NFData` instances for `System.Log.Priority` ([#43](https://github.com/haskell-hvr/hslogger/pull/43))

## 1.3.0.0 *(major)*

- **[semantic change]** Messages are encoded as UTF-8 (previously the encoding was locale dependent) for the Syslog and Growl backends
- Add support for `network-3.0`; remove redundant dependency on `directory` and `process`