Fixes on some name words typos (#738)
Co-authored-by: roque <roque@roque.pl>
This commit is contained in:
parent
5dc02c3476
commit
71269e0179
14
ChangeLog.md
14
ChangeLog.md
|
@ -108,7 +108,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
- Fix the HttpServer::isWebSocket method.
|
||||
|
||||
- Find mariadb client library correctly on Ubuntu 20.04.
|
||||
- Find MariaDB client library correctly on Ubuntu 20.04.
|
||||
|
||||
- Fix a bug when creating sqlite3 database models.
|
||||
|
||||
|
@ -166,7 +166,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### Changed
|
||||
|
||||
- Modify the Result class in orm.
|
||||
- Modify the Result class in ORM.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
@ -196,9 +196,9 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
- Fix a bug when saving uploaded files on Windows.
|
||||
|
||||
- Fix a mysql issue when connections are lost.
|
||||
- Fix a MySQL issue when connections are lost.
|
||||
|
||||
- Resolve an issue when sending big files (>=2gB) on Windows.
|
||||
- Resolve an issue when sending big files (>=2GB) on Windows.
|
||||
|
||||
- Fix boost::string_view compilation error of MysqlConnection class.
|
||||
|
||||
|
@ -302,7 +302,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
- Fix a bug in drogon_ctl (when size of a line is larger than buffer size)
|
||||
|
||||
- Fix a connection bug of mariadb clients
|
||||
- Fix a connection bug of MariaDB clients
|
||||
|
||||
## [1.0.0-beta16] - 2020-04-27
|
||||
|
||||
|
@ -483,7 +483,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
- Fix some race conditions.
|
||||
|
||||
- Fix a busy loop bug when connections to mysql server are timeout.
|
||||
- Fix a busy loop bug when connections to MySQL server are timeout.
|
||||
|
||||
|
||||
## [1.0.0-beta8] - 2019-10-03
|
||||
|
@ -509,7 +509,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
### Fixed
|
||||
|
||||
- Fix a bug of creating models for mysql.
|
||||
- Fix a bug of creating models for MySQL.
|
||||
|
||||
- Fix a bug when HTTP method is PUT.
|
||||
|
||||
|
|
Loading…
Reference in New Issue