From 5242a436a59f71481d133f07bdc43f5abc74f0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Kriszti=C3=A1n?= Date: Mon, 28 Nov 2016 14:30:51 +0100 Subject: [PATCH] Fix README.md pull request link --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 28184f1..2419fe7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,7 +12,7 @@ #### Improvements - [#200](https://github.com/Day8/re-frame/pull/200) Remove trailing spaces from console logging -- [#248](https://github.com/Day8/re-frame/pull/200) Provide after interceptor with `db` coeffect, if no `db` effect was produced. +- [#248](https://github.com/Day8/re-frame/pull/248) Provide after interceptor with `db` coeffect, if no `db` effect was produced. - Add re-frame.loggers/get-loggers function to well, you know. - Added `clear-subscription-cache!` function. This should be used when hot reloading code to ensure that any bad subscriptions that cause rendering exceptions are removed. See [reagent-project/reagent#272](https://github.com/reagent-project/reagent/issues/272) for more details on this. - Added experimental tracing features. These are subject to change and undocumented at the moment. By default they are disabled, and will be completely compiled out by advanced optimisations. To enable them, set a [`:closure-defines`](https://www.martinklepsch.org/posts/parameterizing-clojurescript-builds.html) key to `{"re_frame.trace.trace_enabled_QMARK_" true}`