From 35872424eb54a29f546524593c8a3105c3e3a262 Mon Sep 17 00:00:00 2001
From: Matthieu Marcillaud <marcimat@rezo.net>
Date: Wed, 22 Mar 2023 16:23:03 +0100
Subject: [PATCH] docs(changelog): Removed _nano_sha256 and deprecate
 spip_sha256

---
 CHANGELOG.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00c9a09ac0..2f65cdfac3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,8 +17,13 @@
 
 - Nécessite PHP 8.1 minimum
 
+### Deprecated
+
+- Fonction `spip_sha256` (utiliser `hash('sha256', $str)`)
+
 ### Removed
 
+- Fonction `_nano_sha256` (utiliser `hash('sha256', $str)`)
 - Action `super_cron` (utiliser l’action `cron`, tel que `spip.php?action=cron`)
 - #5505 Fonctions `verif_butineur()`, `editer_texte_recolle()` et environnement `_texte_trop_long` des formulaires (Inutilisé — servait pour IE !)
 - #5258 Retrait de toute mention à GD1 dans la configuration des vignettes
-- 
GitLab