Skip to content

Commit 0e25bcb

Browse files
committed
update changelog
1 parent 55e0388 commit 0e25bcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
### Added
99
- Added implementations for trigonometric funtions for `Angle<T>` with `T: DualNum<f64>` when the `num-dual` feature is active. [#105](https://github.com/itt-ustutt/quantity/pull/105)
10-
- Added `ATM` and `POISE` as addition units for pressure. [#112](https://github.com/itt-ustutt/quantity/pull/112)
10+
- Added `ATM` and `POISE` as addition units for pressure.
1111

1212
## [0.13.0] - 2026-01-06
1313
### Changed

si-units/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- Generalized indexing, such that, e.g., general multidimensional slicing operations are possible for quantities containing NumPy arrays. [#110](https://github.com/itt-ustutt/quantity/pull/110)
1010

1111
### Added
12-
- Added `ATM` and `POISE` as addition units for pressure. [#112](https://github.com/itt-ustutt/quantity/pull/112)
12+
- Added `ATM` and `POISE` as addition units for pressure.
1313

1414
### Fixed
1515
- Fixed the String representation of non-scalar mass quantities. [#111](https://github.com/itt-ustutt/quantity/pull/111)

0 commit comments

Comments
 (0)