Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Feb 4, 2016
1 parent fdccc71 commit 4effb49
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
# Change Log

## Unreleased
## 3.0.0-alpha

### Added

- Currency repositories (ISO currencies included)
- Money exchange (including [Swap](https://github.com/florianv/swap) implementation)
- Money formatting (including intl formatter)
- Money parsing (including intl parser)
- Big integer support utilizing different, transparent calculation logic upon availability (bcmath, gmp, plain php)
- Money and Currency implements JsonSerializable
- Rounding up and down
- Allocation to N targets

### Changed

- Library requires at least PHP 5.4
- Library uses PSR-4

### Fixed

- Integer overflow

### Removed

- UnkownCurrency exception
- Currency list is now provided by [umpirsky/currency-list](https://github.com/umpirsky/currency-list/)
- RoundingMode class


## Pre 3.0
Expand Down

0 comments on commit 4effb49

Please sign in to comment.