Skip to content

Commit

Permalink
1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Aug 1, 2021
1 parent cab3b49 commit cbe6bc7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**1.24.0**
- Fix and simplify `read_until_bytes` (used by racer)
- Fix crash on unicode char boundary
-Improve the emoji situation 2: Accept that dealing with emoji is too troublesome and just replace any char with width != 1 with '�'. The char is not actually replaced, only the printing is affected, this means the output wont change

**1.23.0**
- Improvement to `:load` command
- irust `{path_to_rust_file}` will now start IRust with the file loaded in the repl
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/irust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "irust"
version = "1.23.0"
version = "1.24.0"
authors = ["Nbiba Bedis <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit cbe6bc7

Please sign in to comment.