Skip to content

Commit

Permalink
Updated 'unreleased' in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanRL committed Oct 18, 2015
1 parent 0f5a7ed commit 9cb679c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Unit test for Planck constant
- Unit tests for exceptions in PhysicsProvider
- **Dependency:**
- samsara/fermat: dev-dev
- ScalarQuantity (extending Quantity)
- VectorQuantity (extending Quantity)
- VectorAcceleration (extending VectorQuantity)
- VectorForce (extending VectorQuantity)
- VectorMomentum (extending VectorQuantity)
- VectorVelocity (extending VectorQuantity)
- `pecl install stats` to travis config
- Divide by zero exception in UnitComposition (how did that get removed?)

### Removed
- MathProvider class
- MathProvider test

### Changed
- `throw new \Exception` to `throw new \InvalidArgumentException` in PhysicsProvider where appropriate
- All dimensionless physics unit (i.e. Acceleration, Energy, etc.) now extend ScalarQuantity
- All MathProvider usages (removed) to BCProvider usages (from samsara/fermat)

### Fixed
- **Renamed:** Plank.php -> Planck.php (incorrectly named file)
Expand Down

0 comments on commit 9cb679c

Please sign in to comment.