From 6daebc9747e26a6fdd545d1ed5982b276f17b7a2 Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Mon, 3 Oct 2016 16:48:40 -0500 Subject: [PATCH] update for release --- CHANGES.md | 103 +---------------------------------------------------- 1 file changed, 1 insertion(+), 102 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f1abb083..0a0b5583 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,102 +1 @@ -commit ce93a72e55ed12c0190394543c8899b94b1a3afe -Author: Hari K T -Date: Sat Mar 26 12:40:13 2016 +0530 - - Don't ignore docs, phpunit tests - -M .gitattributes - -commit 0ac26579f3d3a584ea0c7f5ceaef83ef3be0cf3f -Merge: aeb49c8 ce93a72 -Author: Paul M. Jones -Date: Sat Mar 26 08:23:51 2016 -0500 - - Merge pull request #115 from auraphp/ignore - - Don't ignore docs, phpunit tests - -commit abb7234384646d7405637807fee11792a0993af9 -Author: Kanstantsin -Date: Sun Apr 24 21:23:55 2016 +0300 - - Removed unused ServerRequestInterface - -M src/Route.php - -commit db93b85de213c8db4e26722aab17a1607d1c0fce -Merge: 0ac2657 abb7234 -Author: Hari K T -Date: Mon Apr 25 10:43:44 2016 +0530 - - Merge pull request #117 from iotch/patch-1 - - Remove unused ServerRequestInterface - -commit b0194dfcb0a55cd8b4e6ed5443471fda358c8d64 -Author: Hari K T -Date: Fri Apr 29 16:15:44 2016 +0530 - - Fix the wrong url - -M docs/index.md - -commit 314998b8e3b4d192fe5fbfe3301a2fe976ee51fa -Merge: db93b85 b0194df -Author: Hari K T -Date: Fri Apr 29 16:17:11 2016 +0530 - - Merge pull request #118 from auraphp/harikt-patch-1 - - Fix the wrong url - -commit a963ffa1536f4ac0b19f978c37e2aefc18dbd358 -Author: Hari K T -Date: Thu May 26 21:58:22 2016 +0530 - - Add some docs and code for $request object - -M docs/getting-started.md - -commit c638e569365447fa1ee1a3727a858ad45a2facb5 -Merge: 314998b a963ffa -Author: Paul M. Jones -Date: Tue May 31 02:16:53 2016 -0500 - - Merge pull request #123 from auraphp/request - - Add some docs and code for $request object - -commit c44c75ebfbb6887bd7a517d982c0fd371e700471 -Author: Joschi Kuphal -Date: Sun Jul 24 23:34:41 2016 +0900 - - Fixed parameter signature of secure() setter - -M src/Route.php - -commit 75374ad8fa5377fc093fcf5a713d92024a12743a -Merge: c638e56 c44c75e -Author: Paul M. Jones -Date: Mon Jul 25 11:13:04 2016 -0400 - - Merge pull request #127 from jkphl/3.x - - Fixed parameter signature of secure() setter - -commit 82409ea4056a41355736a397bc567d35d93fcf0a -Author: Joschi Kuphal -Date: Mon Aug 22 20:31:00 2016 +0200 - - Added missing $auth property annotation - -M src/Route.php - -commit eeca09aa375d30971274bfa5f3c00884910fbecf -Merge: 75374ad 82409ea -Author: Paul M. Jones -Date: Mon Aug 22 14:16:13 2016 -0500 - - Merge pull request #128 from jkphl/3.x - - Added missing $auth property annotation - +Hygiene release: update docs, remove .gitattributes file.