Skip to content

Commit

Permalink
deprecate HashedName
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Sep 16, 2023
1 parent fbadeab commit 339be6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@

- Support for `innmind/immutable` `5`

### Deprecated

- `Innmind\Filesystem\Adapter\HashedName`

## 6.5.1 - 2023-07-14

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions src/Adapter/HashedName.php
Expand Up @@ -21,6 +21,8 @@
* following the pattern /[ab]/[cd]/{remaining-of-the-hash}
*
* You can't add directories via this adapter
*
* @deprecated
*/
final class HashedName implements Adapter
{
Expand Down

0 comments on commit 339be6b

Please sign in to comment.