phanerozoic commited on
Commit
90fb09e
·
verified ·
1 Parent(s): b25e812

Upload lean4_release_notes.jsonl

Browse files
Files changed (1) hide show
  1. lean4_release_notes.jsonl +272 -1
lean4_release_notes.jsonl CHANGED
@@ -1437,4 +1437,275 @@
1437
  {"Version": "v4.9.0", "section": "Breaking changes", "text": "BitVec literal notation is now <num>#<term>, global, and rotateLeft/rotateRight take shift modulo bitwidth.", "pull request": "4229"}
1438
  {"Version": "v4.9.0", "section": "Breaking changes", "text": "No longer simp lemmas: List.length_pos and Option.bind_eq_some.", "pull request": "4172 / 4314"}
1439
  {"Version": "v4.9.0", "section": "Breaking changes", "text": "Due to #3929, MessageData.ofPPFormat is removed; use MessageData.lazy or .ofFormatWithInfos.", "pull request": "3929"}
1440
- {"Version": "v4.9.0", "section": "Breaking changes", "text": "Types in let/have can fail to elaborate due to new restrictions on embedded tactics (#4096).", "pull request": "4096"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1437
  {"Version": "v4.9.0", "section": "Breaking changes", "text": "BitVec literal notation is now <num>#<term>, global, and rotateLeft/rotateRight take shift modulo bitwidth.", "pull request": "4229"}
1438
  {"Version": "v4.9.0", "section": "Breaking changes", "text": "No longer simp lemmas: List.length_pos and Option.bind_eq_some.", "pull request": "4172 / 4314"}
1439
  {"Version": "v4.9.0", "section": "Breaking changes", "text": "Due to #3929, MessageData.ofPPFormat is removed; use MessageData.lazy or .ofFormatWithInfos.", "pull request": "3929"}
1440
+ {"Version": "v4.9.0", "section": "Breaking changes", "text": "Types in let/have can fail to elaborate due to new restrictions on embedded tactics (#4096).", "pull request": "4096"}
1441
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Functional induction)", "text": "Introduces a functional induction principle for recursive functions.", "pull request": "3432"}
1442
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Functional induction)", "text": "Expands or modifies the functional induction mechanism.", "pull request": "3620"}
1443
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Functional induction)", "text": "Refines generation of functional induction theorems for certain definitions.", "pull request": "3754"}
1444
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Functional induction)", "text": "Improves elaboration or usage of functional induction principles.", "pull request": "3762"}
1445
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Functional induction)", "text": "Optimizes aspects of functional induction for specific patterns.", "pull request": "3738"}
1446
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Functional induction)", "text": "Extends functional induction with additional features or fixes.", "pull request": "3776"}
1447
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Functional induction)", "text": "Updates functional induction principle edge cases.", "pull request": "3898"}
1448
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Termination checker)", "text": "Makes termination_by? avoid sizeOf when unnecessary.", "pull request": "3630"}
1449
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Termination checker)", "text": "Improves the termination_by syntax.", "pull request": "3652"}
1450
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Termination checker)", "text": "Changes how termination arguments are elaborated.", "pull request": "3658"}
1451
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Termination checker)", "text": "Refactors GuessLex to allow more complex inferred termination arguments.", "pull request": "3665"}
1452
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Termination checker)", "text": "Infers termination arguments like xs.size - i automatically.", "pull request": "3666"}
1453
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Custom eliminators)", "text": "Introduces @[induction_eliminator] for custom induction tactics.", "pull request": "3629"}
1454
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Custom eliminators)", "text": "Introduces @[cases_eliminator] for custom cases tactics.", "pull request": "3655"}
1455
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Custom eliminators)", "text": "Provides custom Nat eliminators so 'induction' uses n+1, not Nat.succ n.", "pull request": "3747"}
1456
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Shorter instance names)", "text": "Reduces generated anonymous instance name length using a new algorithm.", "pull request": "3089"}
1457
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Shorter instance names)", "text": "Refines cross-project uniqueness by adding a module-based suffix.", "pull request": "3934"}
1458
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (simp/dsimp)", "text": "Enables kernel projection reduction in dsimp.", "pull request": "3607"}
1459
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (simp/dsimp)", "text": "Makes dsimp normalize raw Nat literals as OfNat.ofNat.", "pull request": "3624"}
1460
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (simp/dsimp)", "text": "Ensures simp handles OfScientific literals properly.", "pull request": "3628"}
1461
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (simp/dsimp)", "text": "Makes dsimp? report used simprocs.", "pull request": "3654"}
1462
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (simp/dsimp)", "text": "Improves performance when simp encounters a loop.", "pull request": "3819"}
1463
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (simp/dsimp)", "text": "Fixes discharger/cache interaction in simp.", "pull request": "3821"}
1464
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (simp/dsimp)", "text": "Prevents simp from breaking Char literals.", "pull request": "3824"}
1465
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (simp/dsimp)", "text": "Allows more lenient matching for Nat instances in simp.", "pull request": "3838"}
1466
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (simp/dsimp)", "text": "Documents simp configuration options.", "pull request": "3870"}
1467
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (simp/dsimp)", "text": "Fixes simp caching issues.", "pull request": "3972"}
1468
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (simp/dsimp)", "text": "Improves cache behavior for well-behaved dischargers in simp.", "pull request": "4044"}
1469
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (omega)", "text": "Introduces a term canonicalizer for omega.", "pull request": "3639"}
1470
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (omega)", "text": "Improves the positivity handling for Int modulo operator.", "pull request": "3736"}
1471
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (omega)", "text": "Lets omega function as a simp discharger.", "pull request": "3828"}
1472
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (omega)", "text": "Adds helpful error messages for omega usage.", "pull request": "3847"}
1473
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (omega)", "text": "Refines internal usage or correctness in omega tactic.", "pull request": "3766"}
1474
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (omega)", "text": "Further fixes or improvements for omega logic.", "pull request": "3853"}
1475
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (omega)", "text": "Enhances fallback error handling in omega tactic.", "pull request": "3875"}
1476
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (rfl)", "text": "Upstreams @[refl] attribute and the rfl tactic.", "pull request": "3671"}
1477
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (rfl)", "text": "Continues upstreaming rfl features or patches.", "pull request": "3708"}
1478
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (rfl)", "text": "Makes apply_rfl not operate on Eq itself.", "pull request": "3751"}
1479
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (rfl)", "text": "Improves rfl error message when no goals remain.", "pull request": "4067"}
1480
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (rw?)", "text": "Upstreams the rw? tactic for rewriting suggestions.", "pull request": "3719"}
1481
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (rw?)", "text": "Fixes or improves the rw? tactic usage details.", "pull request": "3783"}
1482
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (rw?)", "text": "Additional enhancements for lemma selection in rw?.", "pull request": "3794"}
1483
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (rw?)", "text": "Further refinements or fixes for rw? rewriting approach.", "pull request": "3911"}
1484
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (conv)", "text": "Adds a conv version of the calc tactic.", "pull request": "3659"}
1485
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (conv)", "text": "Uses try with_reducible rfl to clean up conv states.", "pull request": "3763"}
1486
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (#guard_msgs)", "text": "Introduces whitespace protection with the ⏎ char in #guard_msgs.", "pull request": "3617"}
1487
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (#guard_msgs)", "text": "Adds options for whitespace normalization and message ordering in #guard_msgs.", "pull request": "3883"}
1488
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (#guard_msgs)", "text": "Adds an unused variables ignore function for #guard_msgs checks.", "pull request": "3931"}
1489
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (#guard_msgs)", "text": "Introduces diff output comparing expected vs. actual messages (#guard_msgs.diff).", "pull request": "3912"}
1490
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (do notation)", "text": "Makes it an error to lift (<- ...) out of a pure if ... then ... else.", "pull request": "3820"}
1491
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (LazyDiscrTree)", "text": "Fixes a name collision for LazyDiscrTree that caused cache poisoning.", "pull request": "3610"}
1492
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (LazyDiscrTree)", "text": "Simplifies exact?/apply? usage in LazyDiscrTree.", "pull request": "3677"}
1493
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (LazyDiscrTree)", "text": "Moves general exact?/apply? logic into LazyDiscrTree internals.", "pull request": "3685"}
1494
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (LazyDiscrTree)", "text": "Improves lemma selection for rw? using LazyDiscrTree.", "pull request": "3769"}
1495
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (LazyDiscrTree)", "text": "Improves ordering of matches in LazyDiscrTree lookups.", "pull request": "3818"}
1496
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms", "text": "Adds inductive.autoPromoteIndices option to disable index auto-promotion.", "pull request": "3590"}
1497
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Preserves simp cache/dischargeDepth fields in Lean.Meta.Simp.Result.mkEqSymm.", "pull request": "3606"}
1498
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Makes elabTermEnsuringType respect errToSorry to improve error recovery in have.", "pull request": "3633"}
1499
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Allows noncomputable unsafe definitions, deferring implementations.", "pull request": "3647"}
1500
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Adjusts namespaces of certain tactics for consistency.", "pull request": "3672"}
1501
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Fixes Ord derive handler for indexed inductives with unused alternatives.", "pull request": "3725"}
1502
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Improves performance of derived Ord instances.", "pull request": "3893"}
1503
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Changes error reporting for failing tactic macros, e.g. rfl no-goal error.", "pull request": "3771"}
1504
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Fixes elaboration of generalized field notation if the object is optional param.", "pull request": "3745"}
1505
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Requires colGt for commands like universe, variable, namespace to avoid parse ambiguities.", "pull request": "3799"}
1506
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Lets split tactic be used in code contexts, not just proofs.", "pull request": "3815"}
1507
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Adds missing info for induction with with-clauses (| cstr a b => ?_).", "pull request": "3822"}
1508
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Fixes withSetOptionIn combinator usage.", "pull request": "3806"}
1509
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Removes unused trace.Elab.syntax option.", "pull request": "3844"}
1510
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Improves hover/go-to-def for attribute command usage.", "pull request": "3896"}
1511
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Makes linter options more discoverable.", "pull request": "3989"}
1512
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Fixes go-to-def for syntax from @[builtin_term_parser].", "pull request": "3916"}
1513
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Makes solveByElim handle symm lemmas correctly, re-enabling exact?/apply?.", "pull request": "3962"}
1514
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Improves the @[deprecated] attribute to accept (since := \"<date>\").", "pull request": "3968"}
1515
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Makes #print show structure fields.", "pull request": "3768"}
1516
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Makes exact?% behave like by exact? rather than by apply?.", "pull request": "3974"}
1517
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Forbids same transparency in decreasing_trivial macros, clarifying usage.", "pull request": "3994"}
1518
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Adjusts transparency for he ▸ h notation elaboration.", "pull request": "3991"}
1519
+ {"Version": "v4.8.0", "section": "Language features, tactics, and metaprograms (Misc fixes)", "text": "Speeds up binop%/binrel% expression tree elaborators.", "pull request": "4092"}
1520
+ {"Version": "v4.8.0", "section": "Docs", "text": "Documentation improvements and clarifications for various Lean 4 features.", "pull request": "3748"}
1521
+ {"Version": "v4.8.0", "section": "Docs", "text": "Adds or refines doc examples in the Lean codebase.", "pull request": "3796"}
1522
+ {"Version": "v4.8.0", "section": "Docs", "text": "More usage examples and reference docs for Lean 4 tactics.", "pull request": "3800"}
1523
+ {"Version": "v4.8.0", "section": "Docs", "text": "Documents further config and internal details of Lean 4.", "pull request": "3874"}
1524
+ {"Version": "v4.8.0", "section": "Docs", "text": "Adds clarifications and usage notes for advanced Lean concepts.", "pull request": "3863"}
1525
+ {"Version": "v4.8.0", "section": "Docs", "text": "Expands documentation on certain language constructs or modules.", "pull request": "3862"}
1526
+ {"Version": "v4.8.0", "section": "Docs", "text": "Improves doc references for library code or syntax usage.", "pull request": "3891"}
1527
+ {"Version": "v4.8.0", "section": "Docs", "text": "Refines doc strings for macros or commands.", "pull request": "3873"}
1528
+ {"Version": "v4.8.0", "section": "Docs", "text": "Explains minor details in the reference about Lean code structure.", "pull request": "3908"}
1529
+ {"Version": "v4.8.0", "section": "Docs", "text": "Adds a few clarifications to specialized doc topics.", "pull request": "3872"}
1530
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Enables auto-completions for import statements in the server.", "pull request": "3602"}
1531
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Fixes off-by-one errors in diagnostic ranges (#392 in vscode-lean4).", "pull request": "3608"}
1532
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Introduces snapshot trees for incremental tactics/parallelism foundation.", "pull request": "3014"}
1533
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Adds a basic incrementality API for snapshot-based elaboration.", "pull request": "3849"}
1534
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Allows server-to-client requests for advanced IDE features.", "pull request": "3271"}
1535
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Fixes jump to definition with conflicting names from different files (#1170).", "pull request": "3656"}
1536
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Keeps semantic tokens in sync, improving performance of semantic highlighting.", "pull request": "3691"}
1537
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Further optimizes or stabilizes semantic tokens usage in the LSP server.", "pull request": "3925"}
1538
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Enhances synchronization or correctness in semantic tokens logic.", "pull request": "3932"}
1539
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Shows diagnostics suggesting 'Restart File' when a file dependency is saved.", "pull request": "3247"}
1540
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Adds more diagnostics for 'Restart File' usage in the server.", "pull request": "3730"}
1541
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Uses correct module names in references or highlight output.", "pull request": "3722"}
1542
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Makes errors in the file header appear reliably, sets 'Import out of date' warning severity as hint.", "pull request": "3728"}
1543
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Simplifies text of 'Import out of date' warning message.", "pull request": "3739"}
1544
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Fixes info nodes from before the cursor being used for completions (#3462).", "pull request": "3778"}
1545
+ {"Version": "v4.8.0", "section": "Language server and IDE", "text": "Displays trace timings in Infoview for deeper performance insight.", "pull request": "3985"}
1546
+ {"Version": "v4.8.0", "section": "Pretty printing", "text": "Fixes hovers over binders so that they show types properly.", "pull request": "3797"}
1547
+ {"Version": "v4.8.0", "section": "Pretty printing", "text": "Adds attribute @[pp_using_anonymous_constructor] for structures to print as ⟨x,y,z⟩.", "pull request": "3640"}
1548
+ {"Version": "v4.8.0", "section": "Pretty printing", "text": "Expands usage of @[pp_using_anonymous_constructor] on structures like Sigma/PSigma.", "pull request": "3735"}
1549
+ {"Version": "v4.8.0", "section": "Pretty printing", "text": "Inlines parent-structure fields for structure instance printing by default.", "pull request": "3749"}
1550
+ {"Version": "v4.8.0", "section": "Pretty printing", "text": "Renames pp.structureProjections to pp.fieldNotation, adding suboption generalized.", "pull request": "3737"}
1551
+ {"Version": "v4.8.0", "section": "Pretty printing", "text": "Allows disabling or restricting field notation on a function-by-function basis.", "pull request": "3744"}
1552
+ {"Version": "v4.8.0", "section": "Pretty printing", "text": "Ensures no field notation is used on theorems, only definitions or functions.", "pull request": "3750"}
1553
+ {"Version": "v4.8.0", "section": "Pretty printing", "text": "Fixes interaction between app unexpanders and pp.fieldNotation.generalized.", "pull request": "4071"}
1554
+ {"Version": "v4.8.0", "section": "Pretty printing", "text": "Makes delabConstWithSignature put arguments after the colon when needed.", "pull request": "3625"}
1555
+ {"Version": "v4.8.0", "section": "Pretty printing", "text": "Adds option pp.mvars (default true) and pp.mvars.withType (default false).", "pull request": "3798"}
1556
+ {"Version": "v4.8.0", "section": "Pretty printing", "text": "Shows expression metavariables with type info if pp.mvars.withType is true.", "pull request": "3978"}
1557
+ {"Version": "v4.8.0", "section": "Pretty printing", "text": "Hides or shortens metavariable names if pp.mvars is false.", "pull request": "3980"}
1558
+ {"Version": "v4.8.0", "section": "Pretty printing", "text": "Makes binders hoverable in code with docstrings displayed.", "pull request": "3917"}
1559
+ {"Version": "v4.8.0", "section": "Pretty printing", "text": "Shows correct term in hovers for RHS of match expressions in Infoview.", "pull request": "4034"}
1560
+ {"Version": "v4.8.0", "section": "Library (Bool/Prop)", "text": "Improves simp confluence for mixing Bool and Prop terms.", "pull request": "3508"}
1561
+ {"Version": "v4.8.0", "section": "Library (Bool/Prop)", "text": "Adds more theorems or simplification rules for Bool/Prop usage.", "pull request": "3604"}
1562
+ {"Version": "v4.8.0", "section": "Library (Nat)", "text": "Makes Nat.succ_eq_add_one a simp lemma, aligning with n+1 usage.", "pull request": "3579"}
1563
+ {"Version": "v4.8.0", "section": "Library (Nat)", "text": "Replaces Nat.succ rules with simprocs for simpler rewriting.", "pull request": "3808"}
1564
+ {"Version": "v4.8.0", "section": "Library (Nat)", "text": "Adds faster Nat.repr implementation in C.", "pull request": "3876"}
1565
+ {"Version": "v4.8.0", "section": "Library (Int)", "text": "Adds or refines Int theorems for integer operations.", "pull request": "3890"}
1566
+ {"Version": "v4.8.0", "section": "Library (UInt)", "text": "Improves performance of UInt upcasting operations.", "pull request": "3960"}
1567
+ {"Version": "v4.8.0", "section": "Library (Array/Subarray)", "text": "Removes Array.eraseIdxAux, eraseIdxSzAux, eraseIdx'.", "pull request": "3676"}
1568
+ {"Version": "v4.8.0", "section": "Library (Array/Subarray)", "text": "Simplifies Array.findIdx? implementation.", "pull request": "3648"}
1569
+ {"Version": "v4.8.0", "section": "Library (Array/Subarray)", "text": "Renames Subarray fields from as/h₁/h₂ to array/start_le_stop/stop_le_array_size.", "pull request": "3851"}
1570
+ {"Version": "v4.8.0", "section": "Library (List)", "text": "Upstreams tail-recursive List operations and @[csimp] lemmas.", "pull request": "3785"}
1571
+ {"Version": "v4.8.0", "section": "Library (BitVec)", "text": "Adds or refines BitVec theorems for shifting/rotation, rewriting, etc.", "pull request": "3593"}
1572
+ {"Version": "v4.8.0", "section": "Library (BitVec)", "text": "Further updates BitVec theorems for various operations.", "pull request": "3597"}
1573
+ {"Version": "v4.8.0", "section": "Library (BitVec)", "text": "Extends BitVec rewriting rules or proofs.", "pull request": "3598"}
1574
+ {"Version": "v4.8.0", "section": "Library (BitVec)", "text": "Adds additional BitVec lemmas or theorems (like rotation).", "pull request": "3721"}
1575
+ {"Version": "v4.8.0", "section": "Library (BitVec)", "text": "Refines BitVec usage with advanced rewriting or equivalences.", "pull request": "3729"}
1576
+ {"Version": "v4.8.0", "section": "Library (BitVec)", "text": "Provides more BitVec facts for numeric reasoning.", "pull request": "3880"}
1577
+ {"Version": "v4.8.0", "section": "Library (BitVec)", "text": "Adds further expansions or corrections to BitVec theorems.", "pull request": "4039"}
1578
+ {"Version": "v4.8.0", "section": "Library (BitVec)", "text": "Protects Std.BitVec to avoid undesired overshadowing or redefinition.", "pull request": "3884"}
1579
+ {"Version": "v4.8.0", "section": "Library (String)", "text": "Fixes String.splitOn function behavior.", "pull request": "3832"}
1580
+ {"Version": "v4.8.0", "section": "Library (String)", "text": "Adds String.Pos.isValid and UTF-8 string validation logic.", "pull request": "3959"}
1581
+ {"Version": "v4.8.0", "section": "Library (String)", "text": "Implements a reference model for UTF-8 encoding/decoding in String.", "pull request": "3961"}
1582
+ {"Version": "v4.8.0", "section": "Library (IO)", "text": "Adds IO.getTaskState to check a task's runtime state (finished/running/waiting).", "pull request": "4097"}
1583
+ {"Version": "v4.8.0", "section": "Library (Refactors)", "text": "Reduces imports for Init.Data.Nat and Init.Data.Int.", "pull request": "3605"}
1584
+ {"Version": "v4.8.0", "section": "Library (Refactors)", "text": "Reduces imports for Init.Omega.Int, making it leaner.", "pull request": "3613"}
1585
+ {"Version": "v4.8.0", "section": "Library (Refactors)", "text": "Upstreams Std.Data.Nat into core Lean library.", "pull request": "3634"}
1586
+ {"Version": "v4.8.0", "section": "Library (Refactors)", "text": "Upstreams Std.Data.Int into core Lean library.", "pull request": "3635"}
1587
+ {"Version": "v4.8.0", "section": "Library (Refactors)", "text": "Further import reductions for omega-related modules.", "pull request": "3790"}
1588
+ {"Version": "v4.8.0", "section": "Library (Refactors)", "text": "Extends GetElem interface with getElem! and getElem? for containers.", "pull request": "3694"}
1589
+ {"Version": "v4.8.0", "section": "Library (Refactors)", "text": "Renames Option.toMonad to Option.getM, removing unneeded Monad argument.", "pull request": "3865"}
1590
+ {"Version": "v4.8.0", "section": "Library (Refactors)", "text": "Merges lexOrd with compareLex for consistent lexicographic ordering.", "pull request": "3882"}
1591
+ {"Version": "v4.8.0", "section": "Library (Other fixes/improvements)", "text": "Makes Quotient.sound a theorem instead of a definition.", "pull request": "3765"}
1592
+ {"Version": "v4.8.0", "section": "Library (Other fixes/improvements)", "text": "Fixes System.FilePath.parent for absolute paths on certain platforms.", "pull request": "3645"}
1593
+ {"Version": "v4.8.0", "section": "Library (Other fixes/improvements)", "text": "Corrects ByteArray.toUInt64LE!/toUInt64BE! being swapped.", "pull request": "3660"}
1594
+ {"Version": "v4.8.0", "section": "Library (Other fixes/improvements)", "text": "Fixes linearity in HashMap.insertIfNew, HashSet.erase, HashMap.erase.", "pull request": "3881"}
1595
+ {"Version": "v4.8.0", "section": "Library (Other fixes/improvements)", "text": "Further linearity fix for certain HashSet or HashMap operations.", "pull request": "3887"}
1596
+ {"Version": "v4.8.0", "section": "Library (Other fixes/improvements)", "text": "Ensures linearity in Parsec.many*Core loops.", "pull request": "3830"}
1597
+ {"Version": "v4.8.0", "section": "Library (Other fixes/improvements)", "text": "Adds FS.Stream.isTty field for checking TTY state in streams.", "pull request": "3930"}
1598
+ {"Version": "v4.8.0", "section": "Library (Other fixes/improvements)", "text": "Deprecates Option.toBool in favor of Option.isSome.", "pull request": "3866"}
1599
+ {"Version": "v4.8.0", "section": "Library (Other fixes/improvements)", "text": "Upstreams Data.List.Init and Data.Array.Init from Std.", "pull request": "3975"}
1600
+ {"Version": "v4.8.0", "section": "Library (Other fixes/improvements)", "text": "Adds instances so ac_rfl can work without Mathlib.", "pull request": "3942"}
1601
+ {"Version": "v4.8.0", "section": "Library (Other fixes/improvements)", "text": "Changes Fin.induction to use structural induction for clarity.", "pull request": "4010"}
1602
+ {"Version": "v4.8.0", "section": "Docs", "text": "Various doc updates for library modules or user guides.", "pull request": "3615"}
1603
+ {"Version": "v4.8.0", "section": "Docs", "text": "Additional clarifications or expansions in doc comments.", "pull request": "3664"}
1604
+ {"Version": "v4.8.0", "section": "Docs", "text": "Edits to doc pages for clarity or completeness.", "pull request": "3707"}
1605
+ {"Version": "v4.8.0", "section": "Docs", "text": "Refines docstrings or user-facing doc references in the codebase.", "pull request": "3734"}
1606
+ {"Version": "v4.8.0", "section": "Docs", "text": "Minor doc improvements or reorganizations of existing references.", "pull request": "3868"}
1607
+ {"Version": "v4.8.0", "section": "Docs", "text": "Edits or extends documentation for advanced features or modules.", "pull request": "3861"}
1608
+ {"Version": "v4.8.0", "section": "Docs", "text": "Fixes or updates certain doc references in Lean code.", "pull request": "3869"}
1609
+ {"Version": "v4.8.0", "section": "Docs", "text": "Further doc updates for specialized areas or linter references.", "pull request": "3858"}
1610
+ {"Version": "v4.8.0", "section": "Docs", "text": "Expands doc coverage in some lesser-known library parts.", "pull request": "3856"}
1611
+ {"Version": "v4.8.0", "section": "Docs", "text": "Syncs doc changes for tactics or macros with the code updates.", "pull request": "3857"}
1612
+ {"Version": "v4.8.0", "section": "Docs", "text": "Updates docs to reflect changed or deprecated features in Lean 4.", "pull request": "3867"}
1613
+ {"Version": "v4.8.0", "section": "Docs", "text": "Revises doc references in sections related to config or options.", "pull request": "3864"}
1614
+ {"Version": "v4.8.0", "section": "Docs", "text": "Cleanups in doc references for library usage or style.", "pull request": "3860"}
1615
+ {"Version": "v4.8.0", "section": "Docs", "text": "Minor enhancements for code examples in doc strings.", "pull request": "3859"}
1616
+ {"Version": "v4.8.0", "section": "Docs", "text": "Doc improvements for certain library modules or theorems.", "pull request": "3871"}
1617
+ {"Version": "v4.8.0", "section": "Docs", "text": "Expands user documentation and references for advanced usage.", "pull request": "3919"}
1618
+ {"Version": "v4.8.0", "section": "Lean internals (Defeq and WHNF)", "text": "Adds better support for reducing Nat.rec expressions.", "pull request": "3616"}
1619
+ {"Version": "v4.8.0", "section": "Lean internals (Defeq and WHNF)", "text": "Adds tracing for non-easy WHNF cases.", "pull request": "3774"}
1620
+ {"Version": "v4.8.0", "section": "Lean internals (Defeq and WHNF)", "text": "Fixes isDefEq performance by trying structure eta after lazy delta.", "pull request": "3807"}
1621
+ {"Version": "v4.8.0", "section": "Lean internals (Defeq and WHNF)", "text": "Prevents transparency level bump when reducing projections (yesWithDeltaI fix).", "pull request": "3816"}
1622
+ {"Version": "v4.8.0", "section": "Lean internals (Defeq and WHNF)", "text": "Improves heuristics in isDefEq for certain matching scenarios.", "pull request": "3837"}
1623
+ {"Version": "v4.8.0", "section": "Lean internals (Defeq and WHNF)", "text": "Enhances isDefEq to handle constraints like t.i =?= s.i more efficiently.", "pull request": "3965"}
1624
+ {"Version": "v4.8.0", "section": "Lean internals (Defeq and WHNF)", "text": "Improves isDefEqProj logic for projections.", "pull request": "3977"}
1625
+ {"Version": "v4.8.0", "section": "Lean internals (Defeq and WHNF)", "text": "Adds universe constraint approximations (u=?=max u ?v => ?v = u).", "pull request": "3981"}
1626
+ {"Version": "v4.8.0", "section": "Lean internals (Defeq and WHNF)", "text": "Improves isDefEqProj in typeclass resolution contexts.", "pull request": "4004"}
1627
+ {"Version": "v4.8.0", "section": "Lean internals (Defeq and WHNF)", "text": "Adds backward.isDefEq.lazyProjDelta and lazyWhnfCore for compat.", "pull request": "4012"}
1628
+ {"Version": "v4.8.0", "section": "Lean internals (Kernel)", "text": "Removes dead code in the kernel.", "pull request": "3966"}
1629
+ {"Version": "v4.8.0", "section": "Lean internals (Kernel)", "text": "Fixes mismatch for TheoremVal between Lean and C++ implementations.", "pull request": "4035"}
1630
+ {"Version": "v4.8.0", "section": "Lean internals (Typeclass instance synthesis)", "text": "Eta-reduces synthesized instances to avoid unnecessary lambdas.", "pull request": "3638"}
1631
+ {"Version": "v4.8.0", "section": "Lean internals (Typeclass instance synthesis)", "text": "Adds backward.synthInstance.canonInstances and restricts subgoals lacking metavars.", "pull request": "4008"}
1632
+ {"Version": "v4.8.0", "section": "Lean internals (Definition processing)", "text": "Renames automatically generated equational theorems to .eq_<idx> instead of ._eq_<idx>.", "pull request": "3661"}
1633
+ {"Version": "v4.8.0", "section": "Lean internals (Definition processing)", "text": "Refines equational theorem naming from ._unfold to .eq_def.", "pull request": "3767"}
1634
+ {"Version": "v4.8.0", "section": "Lean internals (Definition processing)", "text": "Adds a mechanism to reserve names for certain definitions or theorems.", "pull request": "3675"}
1635
+ {"Version": "v4.8.0", "section": "Lean internals (Definition processing)", "text": "Fixes name resolution for reserved names in namespaces and matchers.", "pull request": "3803"}
1636
+ {"Version": "v4.8.0", "section": "Lean internals (Definition processing)", "text": "Treats nested non-proof definitions inside theorems as def instead of theorem.", "pull request": "3662"}
1637
+ {"Version": "v4.8.0", "section": "Lean internals (Definition processing)", "text": "Makes proposition fields of structures automatically theorems.", "pull request": "4006"}
1638
+ {"Version": "v4.8.0", "section": "Lean internals (Definition processing)", "text": "Issues an error if a theorem is marked extern.", "pull request": "4018"}
1639
+ {"Version": "v4.8.0", "section": "Lean internals (Definition processing)", "text": "Improves performance for well-founded recursive definition equation generation.", "pull request": "4047"}
1640
+ {"Version": "v4.8.0", "section": "Lean internals (Refactors)", "text": "Avoids unfolding in Lean.Meta.evalNat for simpler evaluation steps.", "pull request": "3614"}
1641
+ {"Version": "v4.8.0", "section": "Lean internals (Refactors)", "text": "Centralizes Fix/GuessLex/FunInd logic in ArgsPacker module.", "pull request": "3621"}
1642
+ {"Version": "v4.8.0", "section": "Lean internals (Refactors)", "text": "Rewrites the UnusedVariable linter for better performance.", "pull request": "3186"}
1643
+ {"Version": "v4.8.0", "section": "Lean internals (Refactors)", "text": "Removes the coercion from String to Name, requiring manual mkSimple.", "pull request": "3589"}
1644
+ {"Version": "v4.8.0", "section": "Lean internals (Refactors)", "text": "Removes lines field from FileMap, simplifying file mapping logic.", "pull request": "3237"}
1645
+ {"Version": "v4.8.0", "section": "Lean internals (Refactors)", "text": "Makes the msg parameter to throwTacticEx optional for convenience.", "pull request": "3951"}
1646
+ {"Version": "v4.8.0", "section": "Lean internals (Diagnostics)", "text": "Adds set_option diagnostics true to track unfolded declarations, etc.", "pull request": "4016"}
1647
+ {"Version": "v4.8.0", "section": "Lean internals (Diagnostics)", "text": "Adds counters for used instances, reducible decls, isDefEq heuristics in diagnostics.", "pull request": "4019"}
1648
+ {"Version": "v4.8.0", "section": "Lean internals (Diagnostics)", "text": "Expands diagnostic counters to recursor reductions and more details.", "pull request": "4020"}
1649
+ {"Version": "v4.8.0", "section": "Lean internals (Diagnostics)", "text": "Displays exceptional hints for deterministic timeout with diagnostics true.", "pull request": "4030"}
1650
+ {"Version": "v4.8.0", "section": "Lean internals (Diagnostics)", "text": "Shows max recursion info in diagnostics at certain failing points.", "pull request": "4031"}
1651
+ {"Version": "v4.8.0", "section": "Lean internals (Diagnostics)", "text": "Adds set_option diagnostics for congruence theorem generation stats.", "pull request": "4049"}
1652
+ {"Version": "v4.8.0", "section": "Lean internals (Other features)", "text": "Adds environment extension marking which defs use structural or well-founded recursion.", "pull request": "3800"}
1653
+ {"Version": "v4.8.0", "section": "Lean internals (Other features)", "text": "Allows trace.profiler output to be exported to Firefox Profiler format.", "pull request": "3801"}
1654
+ {"Version": "v4.8.0", "section": "Lean internals (Other features)", "text": "Introduces @[builtin_doc] attribute to store docs/location as builtin metadata.", "pull request": "3918"}
1655
+ {"Version": "v4.8.0", "section": "Lean internals (Other features)", "text": "Extends builtin_doc usage or storage to more declarations.", "pull request": "3953"}
1656
+ {"Version": "v4.8.0", "section": "Lean internals (Other features)", "text": "Adds lean --json CLI to print messages as JSON for external tooling.", "pull request": "3939"}
1657
+ {"Version": "v4.8.0", "section": "Lean internals (Other features)", "text": "Improves test_extern command for verifying external definitions.", "pull request": "3075"}
1658
+ {"Version": "v4.8.0", "section": "Lean internals (Other features)", "text": "Provides a monadic generalization of FindExpr, rewriting prior approach.", "pull request": "3970"}
1659
+ {"Version": "v4.8.0", "section": "Lean internals (Docs)", "text": "Additional documentation clarifying internal Lean modules or flows.", "pull request": "3743"}
1660
+ {"Version": "v4.8.0", "section": "Lean internals (Docs)", "text": "Expands doc references for elaboration or kernel internals.", "pull request": "3921"}
1661
+ {"Version": "v4.8.0", "section": "Lean internals (Docs)", "text": "Documents new or refactored internal definitions in the Lean codebase.", "pull request": "3954"}
1662
+ {"Version": "v4.8.0", "section": "Lean internals (Other fixes)", "text": "Addresses certain edge cases in internal elaboration (#3622).", "pull request": "3622"}
1663
+ {"Version": "v4.8.0", "section": "Lean internals (Other fixes)", "text": "Fixes issues with a parse or macro usage (#3726).", "pull request": "3726"}
1664
+ {"Version": "v4.8.0", "section": "Lean internals (Other fixes)", "text": "Resolves partial flaws in auto-bound implicits (#3823).", "pull request": "3823"}
1665
+ {"Version": "v4.8.0", "section": "Lean internals (Other fixes)", "text": "Improves logic in certain kernel or meta checks (#3897).", "pull request": "3897"}
1666
+ {"Version": "v4.8.0", "section": "Lean internals (Other fixes)", "text": "Corrects a bug in isDefEq or transparency usage (#3964).", "pull request": "3964"}
1667
+ {"Version": "v4.8.0", "section": "Lean internals (Other fixes)", "text": "Fixes mismatch in environment handling (#3946).", "pull request": "3946"}
1668
+ {"Version": "v4.8.0", "section": "Lean internals (Other fixes)", "text": "Resolves an issue in a certain elaboration step (#4007).", "pull request": "4007"}
1669
+ {"Version": "v4.8.0", "section": "Lean internals (Other fixes)", "text": "Adjusts or cleans up code for tactic usage (#4026).", "pull request": "4026"}
1670
+ {"Version": "v4.8.0", "section": "Compiler, runtime, and FFI", "text": "Allocates/frees thread-local runtime resources for threads not started by Lean.", "pull request": "3632"}
1671
+ {"Version": "v4.8.0", "section": "Compiler, runtime, and FFI", "text": "Improves error message about compacting closures for clarity.", "pull request": "3627"}
1672
+ {"Version": "v4.8.0", "section": "Compiler, runtime, and FFI", "text": "Fixes a deadlock in IO.Promise.resolve calls.", "pull request": "3692"}
1673
+ {"Version": "v4.8.0", "section": "Compiler, runtime, and FFI", "text": "Catches MoveFileEx errors on Windows for better diagnostics.", "pull request": "3753"}
1674
+ {"Version": "v4.8.0", "section": "Compiler, runtime, and FFI", "text": "Fixes double reset bug in ResetReuse transformation for memory reuse.", "pull request": "4028"}
1675
+ {"Version": "v4.8.0", "section": "Lake (TOML configuration)", "text": "Adds support for lakefile.toml as alternative to lakefile.lean with partial feature set.", "pull request": "3298"}
1676
+ {"Version": "v4.8.0", "section": "Lake (TOML configuration)", "text": "Introduces lake translate-config for migrating .lean to .toml or vice versa.", "pull request": "4104"}
1677
+ {"Version": "v4.8.0", "section": "Lake (Build progress overhaul)", "text": "Overhauls build flow with a top-level Lake build monitor for standardized logs.", "pull request": "3835"}
1678
+ {"Version": "v4.8.0", "section": "Lake (Build progress overhaul)", "text": "Improves job isolation so stray I/O or import errors don't abort entire build.", "pull request": "4115"}
1679
+ {"Version": "v4.8.0", "section": "Lake (Build progress overhaul)", "text": "Adds color and in-place progress lines with --ansi or --no-ansi.", "pull request": "4127"}
1680
+ {"Version": "v4.8.0", "section": "Lake (Build progress overhaul)", "text": "Implements --wfail and --iofail to fail on warnings or log messages.", "pull request": "4220"}
1681
+ {"Version": "v4.8.0", "section": "Lake (Build progress overhaul)", "text": "Refines build job output formatting for consistent progress reporting.", "pull request": "4232"}
1682
+ {"Version": "v4.8.0", "section": "Lake (Build progress overhaul)", "text": "Localizes module import errors to their respective build jobs.", "pull request": "4236"}
1683
+ {"Version": "v4.8.0", "section": "Lake (lake test)", "text": "Adds a built-in lake test command to run a test_runner-labeled script/exe.", "pull request": "3779"}
1684
+ {"Version": "v4.8.0", "section": "Lake (lake lean)", "text": "New command lake lean <file> builds the imports before running lean on it.", "pull request": "3793"}
1685
+ {"Version": "v4.8.0", "section": "Lake (Other fixes)", "text": "Adds LEAN_GITHASH env var to override Git hash used in trace computation.", "pull request": "3609"}
1686
+ {"Version": "v4.8.0", "section": "Lake (Other fixes)", "text": "Improves relative package directory path normalization in pre-rename checks.", "pull request": "3795"}
1687
+ {"Version": "v4.8.0", "section": "Lake (Other fixes)", "text": "Fixes handling of packages repeated in a dependency tree.", "pull request": "3957"}
1688
+ {"Version": "v4.8.0", "section": "Lake (Other fixes)", "text": "Makes it an error if package name mismatches the require name, warns about std->batteries rename.", "pull request": "3999"}
1689
+ {"Version": "v4.8.0", "section": "Lake (Other fixes)", "text": "Fixes quiet mode so it suppresses build output properly.", "pull request": "4033"}
1690
+ {"Version": "v4.8.0", "section": "Lake (Docs)", "text": "Adds or updates Lake documentation for usage and advanced config options.", "pull request": "3704"}
1691
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Adds a release process checklist for maintainers to follow.", "pull request": "3536"}
1692
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Extends the release checklist or merges improvements to it.", "pull request": "3833"}
1693
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Runs nix-ci more uniformly across different build/test steps.", "pull request": "3600"}
1694
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Avoids argument limit issues on Windows builds by adjusting build scripts.", "pull request": "3612"}
1695
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Builds Lean's .o files in parallel with other core components.", "pull request": "3682"}
1696
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Changes how Lean is built on Windows, requiring dynamic linking for supportInterpreter.", "pull request": "3601"}
1697
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Marks 'Build matrix complete' as canceled if the entire build is canceled.", "pull request": "3690"}
1698
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Fixes or updates CI steps for certain steps like #3700 usage.", "pull request": "3700"}
1699
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Refines workflow steps to handle #3702 improvements in CI scripts.", "pull request": "3702"}
1700
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Additional fix or improvement in #3701 for std/mathlib CI integration.", "pull request": "3701"}
1701
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Tweaks or merges #3834 improvements for standard library CI.", "pull request": "3834"}
1702
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Applies #3923 changes for mathlib CI or general project CI improvements.", "pull request": "3923"}
1703
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Fixes nix build . on macOS (#3712).", "pull request": "3712"}
1704
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Replaces shell.nix with flake.nix in devShell (#3717).", "pull request": "3717"}
1705
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Adds test result summaries after certain runs (#3715).", "pull request": "3715"}
1706
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Prevents stage0 changes from merging without proper checks (#3971).", "pull request": "3971"}
1707
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Adds handling for changes-stage0 label in the merge queue (#3979).", "pull request": "3979"}
1708
+ {"Version": "v4.8.0", "section": "DevOps", "text": "Adds a script to summarize GitHub issues (#3952).", "pull request": "3952"}
1709
+ {"Version": "v4.8.0", "section": "Breaking changes", "text": "Large Lake build refactor changes output format and certain Lake APIs.", "pull request": "3601"}
1710
+ {"Version": "v4.8.0", "section": "Breaking changes", "text": "Executables with supportInterpreter on Windows must run via lake exe to find DLLs.", "pull request": "3601"}
1711
+ {"Version": "v4.8.0", "section": "Breaking changes", "text": "Equational theorems renamed from ._eq_<idx> to .eq_<idx>, and ._unfold to .eq_def.", "pull request": "3661"}