Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Typos "success" when returning status from API and "occurred" when logging to console.

### Added
- Adding mime type for geojson
- Add "when" parameter in a few GET API endpoints to enable pagination [#266](https://github.com/clowder-framework/clowder/issues/266)

## 1.18.1 - 2021-08-16
Expand Down
1 change: 1 addition & 0 deletions conf/mimetypes.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ mimetype.presentation=video/presentation
mimetype.PRESENTATION=video/presentation
mimetype.iframe=text/iframe
mimetype.IFRAME=text/iframe
mimetype.geojson=application/geojson

# Raw image formats
mimetype.3fr=image/raw
Expand Down