Skip to content

Commit 0b9d935

Browse files
committed
Prepare v0.4.0 release
1 parent 1434061 commit 0b9d935

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
# CHANGELOG
1+
# Changelog
22

3-
This file is a manually maintained list of changes for each release. Feel free
4-
to add your changes here when sending pull requests. Also send corrections if
5-
you spot any mistakes.
3+
## 0.4.0 (2015-04-14)
4+
5+
* BC break: Separate `launch()` and `launchZen()`.
6+
`BaseZen` now *exposes* a `Promise` instead of *being* a `Promise`.
7+
(#34)
8+
9+
* BC break: Improve `close()` handling, now resolves and cleanly terminates process
10+
(#33)
11+
12+
* Now uses react/child-process and no longer depends on any extensions
13+
(#32)
14+
15+
* Support React v0.4 (while keeping BC) and first class support for HHVM
16+
(#35 and #36)
617

718
## 0.3.0 (2014-09-29)
819

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ The recommended way to install this library is [through composer](https://getcom
247247
```JSON
248248
{
249249
"require": {
250-
"clue/zenity-react": "~0.3.0"
250+
"clue/zenity-react": "~0.4.0"
251251
}
252252
}
253253
```

0 commit comments

Comments
 (0)