changelog script
This commit is contained in:
parent
28cf3de4ef
commit
76313a7089
1 changed files with 6 additions and 6 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
## v0.2.0
|
||||
|
||||
- #61: add transit as explicit JVM dependency
|
||||
- #60: transform pod reader error into exception of caller
|
||||
- Switch "out" and "err" messages to print and flush instead of `println` (@justone)
|
||||
- Set TCP_NODELAY on transport socket (@retrogradeorbit)
|
||||
- Allow env vars OS_NAME & OS_ARCH to override os props (@cap10morgan)
|
||||
- #49: don't log socket closed exception
|
||||
- [#61](https://github.com/babashka/pods/issues/61): add transit as explicit JVM dependency
|
||||
- [#60](https://github.com/babashka/pods/issues/60): transform pod reader error into exception of caller
|
||||
- Switch "out" and "err" messages to print and flush instead of `println` ([@justone](https://github.com/justone))
|
||||
- Set TCP_NODELAY on transport socket ([@retrogradeorbit](https://github.com/retrogradeorbit))
|
||||
- Allow env vars OS_NAME & OS_ARCH to override os props ([@cap10morgan](https://github.com/cap10morgan))
|
||||
- [#49](https://github.com/babashka/pods/issues/49): don't log socket closed exception
|
||||
|
||||
## v0.1.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue