Skip to content

Commit 2259312

Browse files
committed
fix a few things
1 parent 99a51f2 commit 2259312

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

HISTORY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
0.2.0 / 2014-11-24
22
===================
33

4-
* Shifted to promises; asynchronous methods are now promise only.
4+
* Shifted to promises; asynchronous methods now provide promises.
55
* Lots of new methods exposed for merging, pushing, blaming and more.
66
* SSH transport now works.
77
* Switched generation of native module code from ejsg to Combyne.

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,4 @@ https://github.com/nodegit/nodegit/compare/refs/tags/0.1.4...0.2.0
184184

185185
This update is wholly and entirely a breaking one, and older versions won't be
186186
maintained. For the purpose of migration, perhaps the biggest point to make
187-
is that async methods now use promises, rather than taking callbacks. additionally,
188-
lots of method and property names have changed.
187+
is that async methods can now use promises, rather than just taking callbacks. Additionally, lots of method and property names have changed.

0 commit comments

Comments
 (0)