From 98b8befa86b1609bc952d869a3b36e15a6acb686 Mon Sep 17 00:00:00 2001 From: Jasmine Hegman Date: Sat, 13 Feb 2016 17:21:34 -0700 Subject: [PATCH 1/2] Pointing changelog entries to Releases page Updated Releases entries to contain anything that was here. --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index eeb647c..6f7101c 100644 --- a/README.md +++ b/README.md @@ -17,24 +17,7 @@ the namespace is `DruidFamiliar`. This would be pretty breaking change and will other suggestions for naming of project or namespaces, feel free to suggest before then. -Changelog ------------ - -0.2.1 - -- `DruidTime`/`Interval` classes added to make it easier to work with varieties of time inputs to Druid compatible time output. - -0.2.0 Major refactoring - -- Query and Response Handling separated. All interfaces renamed and redesigned. - - `IDruidConnection` is now `IDruidQueryExecutor`. - - `IDruidQuery` is split into `IDruidQueryGenerator` and `IDruidQueryParameters` and `IDruidQueryResponseHandler`. - - `BaseQuery` is no longer needed, many similar classes were deprecated or removed. - - `DruidNodeConnection` is now `DruidNodeDruidQueryExecutor`. - -0.1.0 Initial release - -- Quick sketch for sharing early. +[Changelog](https://github.com/r4j4h/php-druid-query/releases) Typical Use From 74c7588ab2102f080a787655237ef776b50df449 Mon Sep 17 00:00:00 2001 From: Jasmine Hegman Date: Sat, 13 Feb 2016 17:22:53 -0700 Subject: [PATCH 2/2] Re-added section level heading to changelog link Accidentally lost it in previous commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f7101c..957b373 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ other suggestions for naming of project or namespaces, feel free to suggest befo [Changelog](https://github.com/r4j4h/php-druid-query/releases) +----------- Typical Use