Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
qgymib committed Aug 22, 2024
1 parent b80e9b1 commit 5b3a92f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
3. `ev_file_seek()` is able to operator in synchronous mode.
4. support normal `ev_file_read()` and `ev_file_write()`.
5. support `ev_file_pread()` and `ev_file_pwrite()`.
6. support file mapping.

### Bug Fixes
1. `ev_hrtime()` no longer require initialize event loop first.
Expand Down
5 changes: 3 additions & 2 deletions ev.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
* 3. `ev_file_seek()` is able to operator in synchronous mode.
* 4. support normal `ev_file_read()` and `ev_file_write()`.
* 5. support `ev_file_pread()` and `ev_file_pwrite()`.
* 6. support file mapping.
*
* ### Bug Fixes
* 1. `ev_hrtime()` no longer require initialize event loop first.
Expand Down Expand Up @@ -298,7 +299,7 @@
////////////////////////////////////////////////////////////////////////////////
// FILE: ev/version.h
// SIZE: 1188
// SHA-256: f3efcc012de35bb4e13758f52149dd33b74d2af1e64ac6f43a19db1474ecaaff
// SHA-256: 85892e46e72b2a91b14a6339ca037e90cfd9b3643afc12cc57eb24d7f3aa0234
////////////////////////////////////////////////////////////////////////////////
// #line 1 "ev/version.h"
#ifndef __EV_VERSION_H__
Expand Down Expand Up @@ -330,7 +331,7 @@ extern "C" {
/**
* @brief Development version.
*/
#define EV_VERSION_PREREL 8
#define EV_VERSION_PREREL 9

/**
* @brief Version calculate helper macro.
Expand Down
2 changes: 1 addition & 1 deletion include/ev/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extern "C" {
/**
* @brief Development version.
*/
#define EV_VERSION_PREREL 8
#define EV_VERSION_PREREL 9

/**
* @brief Version calculate helper macro.
Expand Down

0 comments on commit 5b3a92f

Please sign in to comment.