Skip to content

Commit

Permalink
v2.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Feb 19, 2016
1 parent 91d2931 commit 5093643
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 5093643

Please sign in to comment.