Skip to content

Commit 276a2c4

Browse files
committed
Update CHANGELOG for 2.4.4
Signed-off-by: Mark Irish <[email protected]>
1 parent e77f037 commit 276a2c4

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.4.4] - 2022-04-26
5+
### Fixed
6+
- Fixed application crashing when `callProcedure` was given the wrong procedure name or number of parameters
7+
- Fixed TypeScript definition for Connection's `tables` function
8+
9+
### Added
10+
- `binding.gyp` path for OS400 (IBM i)
11+
412
## [2.4.3] - 2022-03-31
513
### Fixed
614
- Updated dependencies for security fixes
715
- Fixed generation of `callProcedure` sql string when `UNICODE` is defined
816

917
## [2.4.2] - 2022-02-07
1018
### Added
11-
- `binding.gyp` build instructoins for MacOS
19+
- `binding.gyp` build instructions for MacOS
1220
- `Statement`'s `.execute` function can now return a `Cursor` when the correct queryOption is passed
1321

1422
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "odbc",
33
"description": "unixodbc bindings for node",
4-
"version": "2.4.3",
4+
"version": "2.4.4",
55
"homepage": "http://github.com/markdirish/node-odbc/",
66
"main": "lib/odbc.js",
77
"types": "lib/odbc.d.ts",

0 commit comments

Comments
 (0)