Skip to content

Commit

Permalink
docs: fix changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JCMais committed Nov 17, 2022
1 parent 470dca5 commit 51379dc
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Expand Up @@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Breaking Change
### Breaking Change
### Fixed
### Added
### Changed
### Removed

## [3.0.0] - 2022-11-17

### Breaking Change
- The supported engines of Node.js were bumped to: `^14.14 || >=16`.
- The supported versions of Electron now are: `v21`, `v20`, `v19`, `v18`, and `v17`.
- The node-gyp package has been bumped, which means Python 3.0 is now required to build from source.
Expand All @@ -18,8 +26,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- There are no prebuilt binaries for NW.js anymore. This is because nw-gyp does not support Python 3 currently.
- Option types for `CURLOPT_FTP_RESPONSE_TIMEOUT` has been removed, since libcurl 7.20 it was the same as `CURLOPT_SERVER_RESPONSE_TIMEOUT`.

### Fixed
### Added
### Fixed

### Added
- Add support for the following options:
- [`PREREQFUNCTION`](https://curl.haxx.se/libcurl/c/CURLOPT_MAIL_RCPT_ALLLOWFAILS)
- [`MAXLIFETIME_CONN`](https://curl.haxx.se/libcurl/c/CURLOPT_MAXLIFETIME_CONN)
Expand All @@ -29,9 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [`CAINFO`](https://curl.se/libcurl/c/CURLINFO_CAINFO.html)
- [`CAPATH`](https://curl.se/libcurl/c/CURLINFO_CAPATH.html)

### Changed
### Changed
- Upgraded prebuild binaries to use libcurl 7.86.0. On Windows, OpenSSL 3.0.7 will be used.
### Removed

## [2.3.4] - 2022-01-29

Expand Down Expand Up @@ -360,7 +368,8 @@ Special Thanks to [@koskokos2](https://github.com/koskokos2) for their contribut
- Improved code style, started using prettier
## [1.2.0] - 2017-08-28

[Unreleased]: https://github.com/JCMais/node-libcurl/compare/v2.3.4...HEAD
[Unreleased]: https://github.com/JCMais/node-libcurl/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/JCMais/node-libcurl/compare/v2.3.4...v3.0.0
[2.3.4]: https://github.com/JCMais/node-libcurl/compare/v2.3.3...v2.3.4
[2.3.3]: https://github.com/JCMais/node-libcurl/compare/v2.3.2...v2.3.3
[2.3.2]: https://github.com/JCMais/node-libcurl/compare/v2.3.1...v2.3.2
Expand Down

0 comments on commit 51379dc

Please sign in to comment.