Skip to content

Commit f64f775

Browse files
authored
Merge pull request #258 from DavidVujic/changelog-4_7_0
docs: add changelog for v. 4.7.0
2 parents 43731da + a61c4aa commit f64f775

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### v 4.7.0 (2020-12-17)
2+
* feat: include prebuilt binaries for Mac OS X (darwin, x64) and Windows - for node 12 and 14. This will simplify and fasten the install process a lot. Pull request [251](https://github.com/yfinkelstein/node-zookeeper/pull/251) by @davidvujic
3+
* fix: note about rejecting/erroring when path does not exist in exists() calls. Pull request [256](https://github.com/yfinkelstein/node-zookeeper/pull/256) by @dreusel
4+
5+
#### v 4.7.0-beta.0 (2020-11-29)
6+
* feat: include prebuilt binaries for Mac OS X (darwin, x64) and Windows - for node 12 and 14. This will simplify and fasten the install process a lot. Pull request [252](https://github.com/yfinkelstein/node-zookeeper/pull/252) by @davidvujic
7+
18
#### v 4.6.0 (2020-10-31)
29
* feat: The default API from the library is the async/await enabled client (containing both callbacks and promisified methods)
310
* fix: add TypeScript declarations.

0 commit comments

Comments
 (0)