From b129261fd69e8d7afeac05c93b1ce895734292bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Thu, 9 Jul 2015 12:03:01 -0400 Subject: [PATCH 1/2] Drop useless execution bit --- src/Adapter/Platform/AbstractPlatform.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/Adapter/Platform/AbstractPlatform.php diff --git a/src/Adapter/Platform/AbstractPlatform.php b/src/Adapter/Platform/AbstractPlatform.php old mode 100755 new mode 100644 From 57f3df4185e7c686860543f7155add35ab74f5ea Mon Sep 17 00:00:00 2001 From: Mike Willbanks Date: Thu, 16 Jul 2015 23:27:05 -0500 Subject: [PATCH 2/2] Added changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..958d2fb735 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +All notable changes to this project will be documented in this file, in reverse chronological order by release. + +## 2.5.2 - TBD + +### Added + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- [#17](https://github.com/zendframework/zend-db/pull/17) removes an executable + bit on a regular file.