From 8c7105baeade71247411f4e007940aeb1f66eb4a Mon Sep 17 00:00:00 2001 From: Bruce Hauman Date: Wed, 22 Jun 2016 19:22:35 -0400 Subject: [PATCH] update change log --- CHANGES.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a167f22e..7417c300 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,10 +5,13 @@ * ! removed compojure as a dependency Figwheel used compojure in its server to handle routing this was overkill, it compilcated the routing and added an unneeded dependency. - There is so little functionality that I just created what was needed - with simple ring middleware. If the behavior of your :ring-handler changes - (routes not being resolved, bad headers etc.) please let me know. - For reference here is the commit: https://github.com/bhauman/lein-figwheel/commit/f027b10188ed9d1baa6ec04bbdd14e6a493f68b0 + Strange things where happening when `wrap-reload` was being used in an + embedded `:ring-handler`. + There is so little routing functionality in figwheel that I just created + what was needed with simple ring middleware. If the behavior of your + :ring-handler changes (routes not being resolved, bad headers etc.) + please let me know. For reference here is the commit: + https://github.com/bhauman/lein-figwheel/commit/f027b10188ed9d1baa6ec04bbdd14e6a493f68b0 * improved the resiliency of the plugin around bad initial config data the lein plugin uses config data from the project.clj before its has been validated, I added some extra safe guards to protect against