1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

Add optional support for hidden files/directories (#1811)

This commit is contained in:
Edoardo Morandi
2020-12-26 04:36:15 +01:00
committed by GitHub
parent ecf08d5156
commit 404b5a7709
4 changed files with 41 additions and 5 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2020-xx-xx
* Optionally support hidden files/directories. [#1811]
[#1811]: https://github.com/actix/actix-web/pull/1811
## 0.4.1 - 2020-11-24