Skip to content

Commit 4f1db77

Browse files
committed
Fix typing in CHANGELOG.markdown
1 parent eab7018 commit 4f1db77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Special thanks for Surendra Singhi and http://fallen.habrahabr.ru
2020

2121
## Version 1.0.0
2222
* Fixes:
23-
* Rewrite fetchAll function, move V8 stuff to EIO_After_FetchAll, closes #34
23+
* Rewrite fetchAll function, move V8 stuff to EIO\_After\_FetchAll, closes #34
2424
* Rewrite MysqlResult::SetFieldValue() procedure to GetFieldValue() function
2525
* Fix Nodules break, closes #46
2626
* Return Boolean/throw exception fixes, closes #31
@@ -60,7 +60,7 @@ Special thanks for Ben Noordhuis
6060
* MysqlResult::FieldCountSync()
6161
* Make it possible to interleave
6262
sync and async queries on same connection
63-
* Improve package.json, fdd 'Dependencies' section into README
63+
* Improve package.json, add 'Dependencies' section into README
6464
* Rework nested C++ classes into separate
6565
* Fix lint errors (all, except sscanf)
6666
* Implemented methods:
@@ -150,12 +150,12 @@ Special thanks for Surendra Singhi
150150
## Version 0.0.3
151151
* Add 'lint' target for node-waf
152152
* Add docs dir, docs/examples.md,
153-
docs/api_php_mysqli.md and docs/api_node_mysql_sync.md
153+
docs/api\_php\_mysqli.md and docs/api\_node\_mysql\_sync.md
154154
* Add tests/debug.js for inspecting bindings 'classes' from javascript
155155
* Implement all methods in 'connection' category:
156156
* MysqlSyncConn::ChangeUser()
157-
* MysqlSyncConn::СonnectErrno()
158-
* MysqlSyncConn::СonnectError()
157+
* MysqlSyncConn::ConnectErrno()
158+
* MysqlSyncConn::ConnectError()
159159
* MysqlSyncConn::GetCharset()
160160
* MysqlSyncConn::GetCharsetName()
161161
* MysqlSyncConn::Ping()

0 commit comments

Comments
 (0)