You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
All notable changes to the ld-find-code-refs program will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [2.5.0] - 2022-02-04
6
+
### Fixed:
7
+
- Snake case aliases we not being correctly generated due to bug in dependency.
8
+
9
+
### Changed:
10
+
- If new `projects` block is used with CSV output, the first project key is used in the output file name. If still using `projKey` there is no change.
11
+
12
+
### Added:
13
+
- Monorepo with starting directory support. More info can be read at [Projects](https://github.com/launchdarkly/ld-find-code-refs/blob/master/docs/CONFIGURATION.md#projects).
14
+
5
15
## [2.4.1] - 2021-12-17
6
16
### Fixed:
7
17
- Relative paths were not being expanded to an absolute path when used.
0 commit comments