Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Commit

Permalink
[2.4.2] release
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Ninon committed Jun 11, 2017
1 parent b1ba179 commit 2a53813
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## [v2.4.2](https://github.com/Cylix/tacopie/releases/tag/2.4.2)
### Tag
`2.4.2`
### Date
June 11th, 2017
### Changes
* Compilation Fix
* change behavior of on_new_connection_handler. Returning true means connection is handled by tcp_client wrapper and nothing will be done by tcp_server. Returning false means connection is handled by tcp_server, will be stored in an internal list and tcp_client disconection_handler overriden.
### Additions
* `get_host` & `get_port` methods for `tcp_client`
### Removals
None.





## [v2.4.1](https://github.com/Cylix/tacopie/releases/tag/2.4.1)
### Tag
`2.4.1`
Expand Down

0 comments on commit 2a53813

Please sign in to comment.