Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mishavantol committed Jun 19, 2019
1 parent 4a8f444 commit a6a2957
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# Change Log

## 2.0.0
- **[BC break]** Geolocation MUST use/return valid float values
- **[BC break]** CommunibaseId array MUST contain only CommunibaseId objects

## 1.1.0
* added some badges
* stricter type checking
* Re-index array (JSON requires consecutive keys)
* The (private) constructors do not allow null parameters anymore
- added some badges
- stricter type checking
- Re-index array (JSON requires consecutive keys)
- The (private) constructors do not allow null parameters anymore

## 1.0.1
* detect/remove areacode parenthesis if areacode is empty
* handle '0' areacode as if empty
* added spaces to default phoneNumber format
* changed changelog layout
- detect/remove areacode parenthesis if areacode is empty
- handle '0' areacode as if empty
- added spaces to default phoneNumber format
- changed changelog layout

## 1.0.0

* initial version
*
-initial version

0 comments on commit a6a2957

Please sign in to comment.