diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-07-03 11:29:17 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-07-03 11:29:17 -0500 |
commit | bc956d0c419f156915dbf0185d6dd9c98dd7a6fe (patch) | |
tree | 0744914bf5218bb2fd58ed60d723a3d9182ef26b | |
parent | 4d3d867f10779bd4804acdb8ff398d41daafc4ea (diff) | |
download | pleroma-bc956d0c419f156915dbf0185d6dd9c98dd7a6fe.tar.gz |
Document Oban update
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 85401809a..f1c0209fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - MFR policy to set global expiration for all local Create activities - OGP rich media parser merged with TwitterCard - Configuration: `:instance, rewrite_policy` moved to `:mrf, policies`, `:instance, :mrf_transparency` moved to `:mrf, :transparency`, `:instance, :mrf_transparency_exclusions` moved to `:mrf, :transparency_exclusions`. Old config namespace is deprecated. +- Update Oban to version 2.0 <details> <summary>API Changes</summary> |