mirror of https://github.com/Hilbis/Hilbish
docs: fixed heading size for bugfixes in 0.7
parent
a38625d821
commit
c0abeee648
|
@ -32,12 +32,11 @@ This is the changelog for the Hilbish shell made in Go and Lua.
|
||||||
- Module properties (like `hilbish.ver`) are documented with the `doc` command.
|
- Module properties (like `hilbish.ver`) are documented with the `doc` command.
|
||||||
- Document bait hooks
|
- Document bait hooks
|
||||||
|
|
||||||
# Fixed
|
### Fixed
|
||||||
- The prompt won't come up on terminal resize anymore.
|
- The prompt won't come up on terminal resize anymore.
|
||||||
- `appendPath` should work properly on Windows.
|
- `appendPath` should work properly on Windows.
|
||||||
- A panic when a commander has an error has been fixed.
|
- A panic when a commander has an error has been fixed.
|
||||||
|
|
||||||
|
|
||||||
## [0.6.1] - 2021-10-21
|
## [0.6.1] - 2021-10-21
|
||||||
### Fixed
|
### Fixed
|
||||||
- Require paths now use the `dataDir` variable so there is no need to change it anymore unless you want to add more paths
|
- Require paths now use the `dataDir` variable so there is no need to change it anymore unless you want to add more paths
|
||||||
|
|
Loading…
Reference in New Issue