Skip to content

Commit

Permalink
Added AVIF format
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Dec 24, 2021
1 parent a71c05b commit f0c191a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Proteus Changelog.
## Unreleased
### No issue

**Improve handling of FormData files and buffers**


[a71c05b020e813c](https://github.com/noboomu/proteus/commit/a71c05b020e813c) Joshua Bauer *2021-11-15 15:51:16*

**Improve uploading of binary files**


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,7 @@ public class MediaType
public static final MediaType CHEMICAL_X_VMD = create("chemical/x-vmd", "vmd");
public static final MediaType CHEMICAL_X_XTEL = create("chemical/x-xtel", "xtel");
public static final MediaType CHEMICAL_X_XYZ = create("chemical/x-xyz", "xyz");
public static final MediaType IMAGE_AVIF = create("image/avif", "avif");
public static final MediaType IMAGE_BMP = create("image/bmp", "bmp");
public static final MediaType IMAGE_CGM = create("image/cgm", "cgm");
public static final MediaType IMAGE_G3FAX = create("image/g3fax", "g3");
Expand Down

0 comments on commit f0c191a

Please sign in to comment.