Skip to content

Commit

Permalink
Update changelog for v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbrauer committed Jul 26, 2019
1 parent 05177d0 commit 49d83ef
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [v0.8.2](https://github.com/jordanbrauer/unit-converter/tree/v0.8.2) (2019-07-25)
[Full Changelog](https://github.com/jordanbrauer/unit-converter/compare/v0.8.1...v0.8.2)

**Fixed bugs:**

- registry tramples units with the same symbol [\#127](https://github.com/jordanbrauer/unit-converter/issues/127)

**Merged pull requests:**

- Circle ci [\#134](https://github.com/jordanbrauer/unit-converter/pull/134) ([jordanbrauer](https://github.com/jordanbrauer))
- Fix/fuel economy units fixes [\#133](https://github.com/jordanbrauer/unit-converter/pull/133) ([maksimru](https://github.com/maksimru))
- Fix 127 trampled units [\#132](https://github.com/jordanbrauer/unit-converter/pull/132) ([jordanbrauer](https://github.com/jordanbrauer))
- raise error for units attempted to be overwritten [\#131](https://github.com/jordanbrauer/unit-converter/pull/131) ([jordanbrauer](https://github.com/jordanbrauer))
- Primitive units [\#129](https://github.com/jordanbrauer/unit-converter/pull/129) ([jordanbrauer](https://github.com/jordanbrauer))
- Add common builders for simple and binary calculators [\#126](https://github.com/jordanbrauer/unit-converter/pull/126) ([elliotwms](https://github.com/elliotwms))

## [v0.8.1](https://github.com/jordanbrauer/unit-converter/tree/v0.8.1) (2018-12-09)
[Full Changelog](https://github.com/jordanbrauer/unit-converter/compare/v0.8.0...v0.8.1)

Expand All @@ -13,9 +29,14 @@
- Convert to all [\#121](https://github.com/jordanbrauer/unit-converter/pull/121) ([jordanbrauer](https://github.com/jordanbrauer))
- Refactor calculate [\#116](https://github.com/jordanbrauer/unit-converter/pull/116) ([jordanbrauer](https://github.com/jordanbrauer))

**Fixed bugs:**

- Temperature conversions do not work with BinaryCalculator [\#118](https://github.com/jordanbrauer/unit-converter/issues/118)

**Closed issues:**

- Fix "method\_complexity" issue in src/UnitConverter/UnitConverter.php [\#96](https://github.com/jordanbrauer/unit-converter/issues/96)
- Performance metrics/benchmarks? [\#77](https://github.com/jordanbrauer/unit-converter/issues/77)

**Merged pull requests:**

Expand Down

0 comments on commit 49d83ef

Please sign in to comment.