File tree 1 file changed +36
-0
lines changed
1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ Last releases: [[ 9.0.0] - 2023-03-15] ( #900---2023-03-15 ) .
5
+
6
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ### Added
11
+
12
+ ### Changed
13
+
14
+ ### Renamed
15
+
16
+ ### Removed
17
+
18
+ ### Misc
19
+
20
+ ## [ 9.0.0] - 2023-03-15
21
+
22
+ ### Removed
23
+
24
+ - in ` BigN.v ` :
25
+ + notation ` [ _ ]%bigN ` , use ` BigN.to_Z ` instead
26
+
27
+ - in ` BigZ.v ` :
28
+ + notation ` [ _ ]%bigZ ` , use ` BigZ.to_Z ` instead
29
+
30
+ - in ` BigQ.v ` :
31
+ + notation ` [ _ ]%bigQ ` , use ` BigQ.to_Q ` instead
32
+
33
+ ## Prior to [ 9.0.0]
34
+
35
+ No changelog, some information might still be found in the changelog
36
+ of Coq at the time this used to be part of the standard library.
You can’t perform that action at this time.
0 commit comments