Skip to content

Commit

Permalink
📖 add notices
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganKryze committed Apr 20, 2024
1 parent ab5e8e3 commit d41245a
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/CHANGELOG/3.5.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Quick fix

Dead link fixed.

## NEW ✨

- None

## IMPROVED 📈

- None

## FIXED 🐛

- Dead link in the introduction section FakeLoadingBar is not interactive anymore leading to 404 error.

## Documentation 📜

- [x] ✅ Docs added

## Tests 🔍

- [x] ✅ Features totally covered

**Full Changelog**: <https://github.com/MorganKryze/ConsoleAppVisuals/compare/v3.5.0...v3.5.1>
34 changes: 34 additions & 0 deletions .github/CHANGELOG/3.5.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Quick fix

Dead link fixed, dependencies updated.

## NEW ✨

- None

## IMPROVED 📈

- Bumped dependencies to latest versions for docfx, csharpier, MSTest.TestAdapter and MSTest.TestFramework.

## FIXED 🐛

Dead links from the following sections:

- introduction/conclusion
- introduction/elements_options
- elements/animated
- elements/interactive
- elements/passive
- elements/index

Moved `Text`element to the `PassiveElements` namespace.

## Documentation 📜

- [x] ✅ Docs added

## Tests 🔍

- [x] ✅ Features totally covered

**Full Changelog**: <https://github.com/MorganKryze/ConsoleAppVisuals/compare/v3.5.1...v3.5.2>

0 comments on commit d41245a

Please sign in to comment.