Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
UPdated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanre Adelowo committed Aug 5, 2017
1 parent b89a3f0 commit 6edfbaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
@@ -1,5 +1,9 @@
# Changelog

## 1.1.3 (2017-08-05)

- Fixed bug in `LengthInBytes` (again :open_mouth:) accepting an invalid byte size such as `1BB`.

## 1.1.2 (2017-07-29)

- Improved performance of `MimeTypeValidator` by not reading the entire file into memory. Since the algorithm used at https://golang.org/pkg/net/http/#DetectContentType considers at most the first 512 bytes, it makes no sense to get the entire bytes.
Expand Down

0 comments on commit 6edfbaa

Please sign in to comment.