Skip to content

Commit

Permalink
Dev #105
Browse files Browse the repository at this point in the history
  • Loading branch information
vulogov committed Nov 18, 2024
1 parent 2db30ee commit dd03fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation/RELEASE_NOTES_0.35.0.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# What's new in 0.35.0

* Math operations now clonable
1 change: 1 addition & 0 deletions src/math.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use crate::types::*;
extern crate json_value_merge;
use json_value_merge::Merge;

#[derive(Debug, Clone)]
pub enum Ops {
Add,
Sub,
Expand Down

0 comments on commit dd03fb1

Please sign in to comment.