Skip to content

Commit 459ab16

Browse files
steveluscherfacebook-github-bot-1
authored andcommitted
Update the CHANGELOG in preparation for v0.6.1
Summary: Closes #728 Reviewed By: devknoll Differential Revision: D2816241 fb-gh-sync-id: 538dea59a84508481e155ff3983f2a8d700aa1c1
1 parent c4dd888 commit 459ab16

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
## master
22

3-
* Renamed `RelayStore#commit` to `RelayStore#commitUpdate`. `RelayStore#commit`
4-
will be removed in v0.7.0.
3+
## 0.6.1 (January 8, 2016)
4+
5+
* Renamed `RelayStore#update` to `RelayStore#commitUpdate`. `RelayStore#commit`
6+
will be removed in v0.7.0. For an automated codemod that you can use to
7+
update your Relay app, visit https://github.com/relayjs/relay-codemod
8+
* Replaced `RelayTestUtils.unmockRelay();` with
9+
`require('configureForRelayOSS');` in tests.
10+
* Fragment names in printed queries are now less verbose.
11+
* Fixed a bug that caused queries to be printed incorrectly.
12+
* Eliminated concrete fragment hashes.
13+
* Connections now handle repeated edges more gracefully.
14+
* Created a new `RelayTaskQueue` class. Used it to back `RelayTaskScheduler`.
15+
* Reduced memory by only storing paths to container root nodes.
16+
* Renamed `RelayTaskScheduler#await` to `RelayTaskScheduler#enqueue`.
17+
* Fixed a series of memory leaks with a new GC implementation.
18+
* Tests now run with Jasmine 2.
519

620
## 0.6.0 (December 4, 2015)
721

0 commit comments

Comments
 (0)