Selaa lähdekoodia

Added changelog to keep track of updates between versions

Mark Shust 6 vuotta sitten
vanhempi
commit
d3fd8ad8a6
1 muutettua tiedostoa jossa 13 lisäystä ja 0 poistoa
  1. 13 0
      CHANGELOG.md

+ 13 - 0
CHANGELOG.md

@@ -0,0 +1,13 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
+and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+## [14.0.0] - 2018-07-21
+### Added
+- New `dev/auth.json` file used instead of `~/.composer/auth.json` file, so each project can have different auth credentials.
+### Changed
+- The `cron` service is now disabled by default. This services uses higher CPU and should probably only be enabled when working on cron-related tasks (or on production).