Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-30 13:04:47 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-30 13:04:47 +0300
commit9dcec4e184589c01f10bb8c7ccd2f24d480bb3f8 (patch)
tree84a93620fe7f04ef091d0d8a034862db5e52cb1c /CHANGELOG.md
parentbf153a949ec4aaa6c0855d6f9c520f1abede8042 (diff)
Update changelogv1.4.1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a313fc..00dc468 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.4.1] - 2018-10-30
+### Fixed
+- Respect max scan filesize in chunked upload [#99](https://github.com/nextcloud/files_antivirus/pull/99)
+
## [1.4.0] - 2018-10-24
-## Added
+### Added
- Added CHANGELOG.md
-## Changed
+### Changed
- Minimum supported Nextcloud is 13
- Moved over to database migrations [#95](https://github.com/nextcloud/files_antivirus/pull/95)
-## Fixed
+### Fixed
- Postgres databases should no longer throw errors [#86](https://github.com/nextcloud/files_antivirus/issues/86)