From 0e6c6eb6e7eed71efb134486d470815b9495f3de Mon Sep 17 00:00:00 2001 From: Chris Ferdinandi Date: Thu, 27 Feb 2014 22:41:29 -0500 Subject: [PATCH] Fixed error for null `toggle` argument in `animateScroll` function https://github.com/cferdinandi/smooth-scroll/issues/43 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4263c3b..6666974 100755 --- a/README.md +++ b/README.md @@ -175,6 +175,8 @@ Smooth Scroll is licensed under the [MIT License](http://gomakethings.com/mit/). ## Changelog +* v4.2 - February 27, 2014 + * Fixed error for null `toggle` argument in `animateScroll` function ([43](https://github.com/cferdinandi/smooth-scroll/issues/43)). * v4.1 - February 27, 2014 * Converted `_defaults` to a literal object * v4.0 - February 21, 2014