update changelog
This commit is contained in:
parent
d6df0dd7d9
commit
e4ed44ba29
2 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## Unreleased
|
||||
## 2026.05
|
||||
|
||||
### General note
|
||||
- backup restore instructions very slightly changed but in an important way.
|
||||
|
|
@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
- non-federating instances now return a 405 response on inbox `POST`s, matching AP spec
|
||||
- fixed `GET /api/v1/statuses/:id/context` omitting most local-only posts for authenticated users
|
||||
- fixed nondeterministic API results in endpoints using GIN indexes; e.g. full-text search
|
||||
- enforced the host header being present on signatures, and matching our server
|
||||
|
||||
### Changed
|
||||
- our Docker container now sets a default `nofile` `ulimit` to avoid issues on some systems.
|
||||
|
|
|
|||
2
mix.exs
2
mix.exs
|
|
@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
|
|||
def project do
|
||||
[
|
||||
app: :pleroma,
|
||||
version: version("3.18.1"),
|
||||
version: version("3.19.0"),
|
||||
elixir: "~> 1.15",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
compilers: Mix.compilers(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue