summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog to satisfy the changelog checks.Gabriela Moldovan2024-06-051-2/+4
|
* Mention some breaking changes in the changelog.Gabriela Moldovan2024-06-051-0/+5
|
* Fix typo in changelog.Nick Mathewson2024-06-051-1/+1
|
* Reference !2186 in the changelog.Gabriela Moldovan2024-06-051-1/+5
| | | | This also fixes a line that was incorrectly referencing !2186.
* Update changelog for 1.2.4.Gabriela Moldovan2024-06-051-6/+73
|
* Add md links.Nick Mathewson2024-06-031-7/+55
|
* Initial changelog text for 1.2.4Nick Mathewson2024-06-031-0/+127
|
* Add two blank lines to CHANGELOG.Nick Mathewson2024-05-161-0/+2
|
* Merge branch 'links' into 'main'Nick Mathewson2024-05-161-161/+137
|\ | | | | | | | | | | | | Provide and run script for making/checking link blocks in CHANGELOG.md Closes #1388 See merge request tpo/core/arti!2126
| * Revert "CHANGELOG: Escape a non-link"Ian Jackson2024-05-071-1/+1
| | | | | | | | | | | | | | This reverts commit 4e89a891206ec8e732bb33ae59844d6afe393333. As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2126#note_3026424
| * CHANGELOG: Run update-md-links to fix link definitionsIan Jackson2024-05-021-4/+12
| | | | | | | | | | | | | | | | | | | | This add link definitions that are missing, and deletes ones that are unused. This is precisely the results of maint/update-md-links CHANGELOG.md I have given it a cursory human review.
| * CAHNGELOG: Fix two misspelled link definitionsIan Jackson2024-05-021-2/+2
| |
| * CHANGELOG: Sort every link blockIan Jackson2024-05-021-91/+91
| |
| * CHANGELOG: Normalise number of blank lines around link blocksIan Jackson2024-05-021-47/+12
| | | | | | | | This varied wildly.
| * CHANGELOG: Use tpo.pages .rs for a few internal ratesIan Jackson2024-05-021-2/+2
| | | | | | | | | | | | | | We had conflicting definitions of these links. I have not gone through and changed *all* the crate links, just the ones that had multiple conflicting definitions.
| * CHANGELOG: Use docs.rs for a few external ratesIan Jackson2024-05-021-3/+3
| | | | | | | | | | | | | | We had conflicting definitions of these links. I have not gone through and changed *all* the crate links, just the ones that had multiple conflicting definitions.
| * CHANGELOG: Remove spurious definitionIan Jackson2024-05-021-1/+0
| | | | | | | | | | | | | | | | | | This link target definition was included in the entry for 1.1.6, but that anchor text in that entry has a URL for a ticket, so the definition is not used (in that entry). The same link anchor is defined differently several times elsewhere. So just drop this one.
| * CHANGELOG: Remove a ? parameter from a linkIan Jackson2024-05-021-1/+1
| |
| * CHANGELOG: Remove trailing slashes from some linksIan Jackson2024-05-021-3/+3
| |
| * CHANGELOG: Fix an erroneous link targetIan Jackson2024-05-021-1/+1
| |
| * CHANGELOG: Regularise some formattingIan Jackson2024-05-021-5/+5
| | | | | | | | My more pernickety script hates the extra spaces.
| * CHANGELOG: Rewrap a line so a link is on one lineIan Jackson2024-05-021-2/+2
| | | | | | | | | | I'm not sure if Markdown tolerates this being broken across a line, but our scripting is going to have trouble with it.
| * CHANGELOG: Fix a syntax botchIan Jackson2024-05-021-1/+1
| |
| * CHANGELOG: Escape a non-linkIan Jackson2024-05-021-1/+1
| |
| * CHANGELOG: Add the "directive" that update-md-links wantsIan Jackson2024-05-021-0/+4
| | | | | | | | This tells us how to break the file into pieces.
* | CHANGELOG: Mention TROVE-2024-004Gabriela Moldovan2024-05-151-0/+16
| |
* | changelog: Add changelog for the 1.2.3 release.Gabriela Moldovan2024-05-151-0/+24
|/
* CHANGELOG: add missing linksIan Jackson2024-04-301-0/+6
|
* CHANGELOG: finalise (and set release date to today)Ian Jackson2024-04-301-5/+1
|
* CHANGELOG: correct a reference re constructing KeyMgrIan Jackson2024-04-301-1/+1
|
* CHANGELOG: document further changes in subsequent MRsIan Jackson2024-04-301-3/+6
|
* Changelog: Fix typo.Nick Mathewson2024-04-291-1/+1
|
* Initial changelog for Arti 1.2.2Nick Mathewson2024-04-291-0/+221
|
* changelog: Add !2052 to note about coarsetime.Nick Mathewson2024-04-021-1/+2
|
* Small edits to changelog from reviewNick Mathewson2024-04-021-5/+3
|
* Note two more API breaks in the changelog.Nick Mathewson2024-04-011-0/+5
|
* Write a changelog for 1.2.1Nick Mathewson2024-03-281-1/+221
|
* CHANGELOG: Mention RpcConfig is now gated behind the rpc feature.Gabriela Moldovan2024-03-041-0/+2
|
* CHANGELOG: Update acknowledgments.Gabriela Moldovan2024-03-041-1/+1
|
* CHANGELOG: Mention !2009, !2012, !2014, !2015.Gabriela Moldovan2024-03-041-0/+7
|
* CHANGELOG: Mention !2016.Gabriela Moldovan2024-03-041-0/+2
|
* CHANGELOG: Mention !2010.Gabriela Moldovan2024-03-041-1/+2
|
* CHANGELOG: Move OnionService.md change to the docs section.Gabriela Moldovan2024-02-291-2/+2
|
* CHANGELOG: Add more details and some clarifications.Ian Jackson2024-02-291-5/+8
| | | (cherry picked from commit e92037cc33521647cf23c5b69ceed918da7b2263)
* CHANGELOG: Add the planned date for 1.2.0 release.Gabriela Moldovan2024-02-291-1/+1
|
* CHANGELOG: Add links.Gabriela Moldovan2024-02-291-0/+90
|
* CHANGELOG: Say which version we upgraded curve25519-dalek from.Gabriela Moldovan2024-02-291-1/+1
|
* CHANGELOG: Move publisher bug fix under onion svc development.Gabriela Moldovan2024-02-291-3/+3
|
* CHANGELOG: Fix reference to wrong script.Gabriela Moldovan2024-02-291-1/+1
|
* CHANGELOG: Linkify the onion services doc.Gabriela Moldovan2024-02-291-1/+1
|