uber-go / dig

A reflection based dependency injection toolkit for Go.
https://go.uber.org/dig
MIT License
3.88k stars 206 forks source link

CHANGELOG: Add missing references #327

Closed abhinav closed 2 years ago

abhinav commented 2 years ago

Markdown reference links take the form,

[foo] bar

[foo]: https://example.com

We were placing these at the bottom of the file which made them easy to forget -- we've missed them for 1.12, 1.13, and 1.14.

Move the reference links to each release's section, and add missing links.

codecov[bot] commented 2 years ago

Codecov Report

Merging #327 (99ec4dc) into master (879a6f8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #327   +/-   ##
=======================================
  Coverage   98.17%   98.17%           
=======================================
  Files          21       21           
  Lines        1423     1423           
=======================================
  Hits         1397     1397           
  Misses         16       16           
  Partials       10       10           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 879a6f8...99ec4dc. Read the comment docs.