You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
3
3
4
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
+
## [3.0.0] - 2016-10-06
7
+
### BREAKING Change
8
+
-[Pull #15](https://github.com/sendgrid/java-http-client/pull/15): Update the request object with sensible defaults and access methods
9
+
- Fixes [Issue #13](https://github.com/sendgrid/java-http-client/issues/13): Update the Request object with sensible defaults and access methods
10
+
- The breaking change is that variables that were public are now private and accessable only via getters and setters
11
+
- BIG thanks to [Diego Camargo](https://github.com/belfazt) for the pull request!
12
+
6
13
## [2.3.4] - 2016-08-09
7
14
### Fix
8
15
-[Pull #7](https://github.com/sendgrid/java-http-client/pull/7): Fix Response Charset to UTF-8
0 commit comments