From 698f0710ccfbec0bf1ceaa8421c77f1b9c8186aa Mon Sep 17 00:00:00 2001 From: jlukic Date: Sat, 28 Feb 2015 12:20:11 -0500 Subject: [PATCH] Update rlsnotes --- RELEASE-NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index f3d30e22e..4cf947ea0 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,8 +2,8 @@ ### Version 1.10.4 - February 28, 2015 -- **API** - Fix unnecessary message when no API url is specified but element is a `form` (defaults to `form` action) -- **API** - Fix `api` check for [serialize object](https://github.com/macek/jquery-serialize-object) optional dependency to not produce an error when `serialize: true` and dep is not found. +- **API** - Remove console error message when no API url is specified but element is a `form` (defaults to `form` action) +- **API** - `api` check for [serialize object](https://github.com/macek/jquery-serialize-object) optional dependency no longer produces error when `serializeForm: true` and dependency is not found. ### Version 1.10.3 - February 27, 2015