Skip to content

Commit a671dfa

Browse files
committed
Changelog
1 parent e11fa6d commit a671dfa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please direct any comments, queries or complaints to [the GitHub issue tracker](
1212

1313
## Changelog
1414

15-
v1.1.0
15+
### v1.1.0
1616
- Adds abstract types `StrPadExact`, `PadExactElt` and `Val_PadExactElt`, from which most other types are now derived, and inherit a common interface.
1717
- Adds types `SetCart_PadExact`, `Tup_PadExact` and `Val_Tup_PadExact` for representing tuples of p-adic objects.
1818
- Adds intrinsic NewtonPolygonFactorization.
@@ -23,17 +23,17 @@ v1.1.0
2323
- Improves IsHenselLiftable (for multivariate roots).
2424
- Minor bug fixes.
2525

26-
v1.0.2
26+
### v1.0.2
2727
- Internal function `assignResidueClassFieldNames` now works with fields of degree 1.
2828
- `Factorization` is easier to debug.
2929
- Removes a hacky `try`-`catch` block, which are slow to execute in Magma.
3030
- Warnings are now controlled by intrinsics, their behaviour can be altered via `ExactpAdics_SetWarningAction`.
3131

32-
v1.0.1
32+
### v1.0.1
3333
- `ExactCompletion` precision errors
3434
- Obsolete calls to `ExactpAdics_ExecutePrecisionStrategy`
3535
- Minor bug in `IsHenselLiftable`
3636
- Tweak to the update mechanism to catch under-precise updates in-place: The `Update` intrinsic now checks if the field `update_expecting_apr` is set, and if so asserts that the absolute precision is at least this; the dependency-checking framework sets this field whenever an element is about to be updated.
3737

38-
v1.0.0
38+
### v1.0.0
3939
- Initial release

0 commit comments

Comments
 (0)