diff --git a/CHANGELOG-v3.md b/CHANGELOG-v3.md index e88e57c7840..fae1dd41ef7 100644 --- a/CHANGELOG-v3.md +++ b/CHANGELOG-v3.md @@ -318,6 +318,14 @@ - Craft now destroys all other sessions associated with a user account when a user changes their password. - It’s no longer possible to spoof Live Preview requests. +## 3.0.39 - 2019-01-29 + +### Changed +- It’s now possible to update disabled plugins. + +### Fixed +- Fixed an error that could occur if PHP’s `memory_limit` was set to a higher size (in bytes) than `PHP_INT_MAX`. ([#3717](https://github.com/craftcms/cms/issues/3717)) + ## 3.0.38 - 2019-01-24 ### Added