Skip to content

Commit 7eeec8d

Browse files
committed
update for release
1 parent 4b5e505 commit 7eeec8d

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 1.0.0-beta1
4+
5+
Incororpated one chagne from private review:
6+
7+
- Extracted _ResponseBodySenderService_ from _ResponseBodySender_ to segregate
8+
the body-sending methods from the main sending method. _ResponseBodyHandler_
9+
method `sendResponseBody()` now takes _ResponseBodySenderService_ as its
10+
parameter.
11+
12+
- Updated documentation.
13+
314
## 1.0.0-alpha1
415

516
Incoporated changes indicated by private review:
@@ -22,4 +33,3 @@ Incoporated changes indicated by private review:
2233
## 1.0.0-dev1
2334

2435
First release for private review.
25-

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22
=====================
33

4-
Copyright (c) `2025` `Paul M. Jones`
4+
Copyright (c) `2025-2026` `Paul M. Jones`
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of
77
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)