We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02583ec commit 0b99c2fCopy full SHA for 0b99c2f
1 file changed
docs/releases.md
@@ -53,7 +53,7 @@ We also fixed a few bugs that were reported by our users.
53
* `fix` #3581 : fix header on album view when search is active by @ildyria.
54
> Weird padding appearing when search made available in album view.
55
* `fix` #3533 : While processing in CLI, do not crash on large photos by @ildyria.
56
- > Large photos could crash the processing because going over the memory limits of Imagick.
+ > Large photos could crash the processing by exceeding the memory limits of Imagick.
57
> We gracefully handle this case now and do not crash the CLI.
58
* `fix` #3597 : Fix: access rights failing due to relationship missing by @ildyria.
59
> When moving a photo not as the owner of the photo, the access right check would crash
0 commit comments