Skip to content

Commit

Permalink
docs: add change log file
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaschen committed Feb 11, 2016
1 parent b3088b9 commit 836cf2d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

All notable changes to `mjaschen/phpgeo` will be documented in this file.
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [1.0.0] - 2016-02-11

### Added

* Added license information. *phpgeo* is now licensed under the GPL 3. (see issue [#8](https://github.com/mjaschen/phpgeo/issues/8))

## [0.4.0] - 2015-10-29

### Deprecated

* removed support for PHP 5.3; introduced short array syntax

## [0.3.0] - 2015-10-29

### Added

* added the new Polyline class (thanks [@paulvl](https://github.com/paulvl))
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ Using [Composer](https://getcomposer.org), just add it to your `composer.json` b
composer require mjaschen/phpgeo
```

## Changelog

### Version 0.4

- removed PHP 5.3 compatibility

### Version 0.3

- added Polyline class (thanks @paulvl)

## Usage

### Calculations
Expand Down

0 comments on commit 836cf2d

Please sign in to comment.