From 509364361fc950ec56f20b6b768de2001cf0c7c3 Mon Sep 17 00:00:00 2001 From: David Luecke Date: Fri, 19 Feb 2016 14:53:40 -0800 Subject: [PATCH] v2.3.17 --- bower.json | 2 +- changelog.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index ce7b77755d4..b90073411b3 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "canjs", "repo": "canjs/canjs", "description": "Can do JavaScript", - "version": "2.3.7", + "version": "2.3.17", "main": "can.js", "keywords": [ "mvc", diff --git a/changelog.md b/changelog.md index d698a256b86..1f4129f08db 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,15 @@ @parent guides 5 --> +__2.3.17__ ( Feb 19 2016 ) + +- [Documentation for can.Deferred reject is not correct](https://github.com/canjs/canjs/issues/2280) +- [Properties on a can.route.map are coerced to strings when they should not be](https://github.com/canjs/canjs/issues/2277) +- [can-value does not teardown binding](https://github.com/canjs/canjs/issues/2270) +- [Stache parser creating incorrect output](https://github.com/canjs/canjs/issues/2229) +- [console.log.apply not supported on IE11?](https://github.com/canjs/canjs/issues/2227) + + __2.3.16__ ( Feb 16 2016 ) - [Documentation for can.List.unshift.apply is not correct](https://github.com/canjs/canjs/issues/2262) diff --git a/package.json b/package.json index 824c50d5ba9..84c5d4d99b8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "can", "title": "CanJS", "description": "MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.", - "version": "2.3.16", + "version": "2.3.17", "keywords": [ "CanJS", "DoneJS"