Skip to content

Commit 78a10de

Browse files
committed
Release 2.1.0-beta.2
1 parent 7b02d36 commit 78a10de

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
### Master
44

5+
### Release 2.1.0-beta.2 (September 08, 2015)
6+
7+
- [#3701](https://github.com/emberjs/data/pull/3701) [BUGFIX release] fix regression where dynamically set id is not serialized in a create…
8+
- [#3714](https://github.com/emberjs/data/pull/3714) Update the location of the custom store in the API doc example
9+
- [#3717](https://github.com/emberjs/data/pull/3717) Remove Fixture Adapter
10+
- [#3722](https://github.com/emberjs/data/pull/3722) Shape and cleanup
11+
- [#3732](https://github.com/emberjs/data/pull/3732) follow up fixes for #3701
12+
13+
514
### Release 2.1.0-beta.1 (August 20, 2015)
615

716
None

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-data",
3-
"version": "2.1.0-beta.1",
3+
"version": "2.1.0-beta.2",
44
"namespace": "DS",
55
"repository": "git://github.com/emberjs/data.git",
66
"license": "MIT",

0 commit comments

Comments
 (0)