summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 663ec6ced2ab6a650b6f172b0cba75c2421b2205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

# Next

Changes for the next release.

# 0.2.0

* The new "failable" filter API was introduced. Filters (more specifically
  `FailableFilter`s can be used to return a `Result<bool, E>` from a filter,
  if the filtering operation may fail due to some environmental reasons.
  All chaining operators (`and`, `or`,...) are supported, as well as
  transforming a `Filter` into a `FailableFilter`, as well as mapping error
  types from one type into another.

Versions prior to 0.2.0 are not documented in this file, have a look at the
git version history.