File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -481,6 +481,10 @@ class Mimes
481481 'model/stl ' ,
482482 'application/octet-stream ' ,
483483 ],
484+ 'md ' => [
485+ 'text/markdown ' ,
486+ 'text/plain ' ,
487+ ],
484488 ];
485489
486490 /**
Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ Events
3434 declare event names that should be cleaned up between requests when listeners are
3535 registered inside event callbacks. See :ref: `worker-mode-reset-event-listeners `.
3636
37+ Config
38+ ======
39+
40+ **Mimes: ** Added a type for Markdown.
41+
3742Others
3843======
3944
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ and it is recommended that you merge the updated versions with your application:
5454Config
5555------
5656
57+ - app/Config/Mimes.php
58+ - ``Config\Mimes::$mimes `` added a new key ``md `` for Markdown.
5759- app/Config/WorkerMode.php
5860 - ``Config\WorkerMode::$resetEventListeners `` has been added, with a default
5961 value set to ``[] ``. See :ref: `worker-mode-reset-event-listeners ` for details.
@@ -64,4 +66,5 @@ All Changes
6466This is a list of all files in the **project space ** that received changes;
6567many will be simple comments or formatting that have no effect on the runtime:
6668
69+ - app/Config/Mimes.php
6770- app/Config/WorkerMode.php
You can’t perform that action at this time.
0 commit comments