Skip to content

Commit 6a02b97

Browse files
Update the changelog
Signed-off-by: Chris Cummer <[email protected]>
1 parent 2ca027e commit 6a02b97

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.all-contributorsrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,9 +1323,7 @@
13231323
"name": "Axel H.",
13241324
"avatar_url": "https://avatars.githubusercontent.com/u/15725?v=4",
13251325
"profile": "https://noirbizar.re/",
1326-
"contributions": [
1327-
"code"
1328-
]
1326+
"contributions": []
13291327
}
13301328
],
13311329
"contributorsPerLine": 7,

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
### 🐞 Fixed
1414

1515
* `handleRedraws()` function now stops properly when reading from a closed channel by [@Crash129](https://github.com/Crash129)
16+
* The `WTF_CONFIG` environment variable can now be used to [set the configuration path](https://github.com/wtfutil/wtf/pull/1572), by [@noirbizarre](https://github.com/noirbizarre)
1617

1718
## v0.43.0
1819

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ Dependency management in WTF is handled by [Go modules](https://github.com/golan
500500
<td align="center"><a href="https://github.com/Crash129"><img src="https://avatars.githubusercontent.com/u/10711762?v=4?s=48" width="48px;" alt=""/><br /><sub><b>Crash129</b></sub></a><br /></td>
501501
<td align="center"><a href="https://github.com/harpchad"><img src="https://avatars.githubusercontent.com/u/132304?v=4?s=48" width="48px;" alt=""/><br /><sub><b>Chad Harp</b></sub></a><br /></td>
502502
<td align="center"><a href="https://github.com/truman369"><img src="https://avatars.githubusercontent.com/u/66359355?v=4?s=48" width="48px;" alt=""/><br /><sub><b>Kirill Troitskiy</b></sub></a><br /></td>
503-
<td align="center"><a href="https://noirbizar.re/"><img src="https://avatars.githubusercontent.com/u/15725?v=4?s=48" width="48px;" alt=""/><br /><sub><b>Axel H.</b></sub></a><br /><a href="https://github.com/wtfutil/wtf/commits?author=noirbizarre" title="Code">💻</a></td>
503+
<td align="center"><a href="https://noirbizar.re/"><img src="https://avatars.githubusercontent.com/u/15725?v=4?s=48" width="48px;" alt=""/><br /><sub><b>Axel H.</b></sub></a><br /></td>
504504
</tr>
505505
</table>
506506

0 commit comments

Comments
 (0)