Skip to content

Commit f212e7e

Browse files
committed
docs: changelog updates.
1 parent ed4a69c commit f212e7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ Changelog
2222
[Github master](https://github.com/bjones1/CodeChat_Editor)
2323
--------------------------------------------------------------------------------
2424

25-
* Block drag and drop of images, which creates a mess.
25+
* Drag and drop of images creates a mess; disable drop and drop for this reason.
2626
* Send sync data when doc blocks receive focus.
2727
* Improve error handling.
28+
* Improve method used to keep Client and IDE contents in sync.
2829

2930
Version 0.1.41 -- 2025-Nov-17
3031
--------------------------------------------------------------------------------

server/src/webserver/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ use crate::{
4646
// warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`:
4747
// incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!`
4848
// ```
49+
#[cfg(not(target_os = "macos"))]
4950
#[allow(deprecated)]
5051
fn get_server() -> Command {
5152
Command::cargo_bin(assert_cmd::pkg_name!()).unwrap()

0 commit comments

Comments
 (0)