Skip to content

Commit

Permalink
Edit incompatibilities.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robinshine committed Jan 9, 2021
1 parent 0dd7555 commit 6f902c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/incompatibilities.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 4.1.0

1. Backslash in job commands should not be escaped now. And literal '@' should be written as '@@'
2. Various query operator _is before_ and _is after_ is substituted with _is until_ and _is since_. For instance issue query _"Submit Date" is before "yesterday"_ should be written as _"Submit Date" is until "yesterday"_

# 4.0.5

1. Renamed build variables:
Expand Down

0 comments on commit 6f902c8

Please sign in to comment.