From c5c79de6f33e9ad897fa4feaa0e22260b09a7ece Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 21 Sep 2016 17:11:07 +0300 Subject: [PATCH] Removed change log --- CHANGELOG.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 6100d090e1ee..000000000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,36 +0,0 @@ -# Changelog -All notable changes to this project will be documented in this file. -This project adheres to [Semantic Versioning](http://semver.org/). - - -## [Unreleased] - -### Changed -- Auto billing uses credits if they exist - - -## [2.6.4] - 2016-07-19 - -### Added -- Added 'Buy Now' buttons - -### Fixed -- Setting default tax rate breaks invoice creation #974 - - -## [2.6] - 2016-07-12 - -### Added -- Configuration for first day of the week #950 -- StyleCI configuration #929 -- Added expense category - -### Changed -- Removed `invoiceninja.komodoproject` from Git #932 -- `APP_CIPHER` changed from `rinjdael-128` to `AES-256-CBC` #898 -- Improved options when exporting data - -### Fixed -- "Manual entry" untranslatable #562 -- Using a database table prefix breaks the dashboard #203 -- Request statically called in StartupCheck.php #977