Skip to content

Commit

Permalink
Update Readme.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Sep 11, 2024
1 parent 713eadc commit d4944b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,10 @@ string, int or set representations of the `os.PermSet` via:
[#0-10-7]
=== 0.10.7

* Allow multi-segment paths segments for literals https://github.com/com-lihaoyi/os-lib/pull/297
* Allow multi-segment paths segments for literals https://github.com/com-lihaoyi/os-lib/pull/297: You
can now write `os.pwd / "foo/bar/qux"` rather than `os.pwd / "foo" / "bar" / "qux"`. Note that this
is only allowed for string literals, and non-literal path segments still need to be wrapped e.g.
`def myString = "foo/bar/qux"; os.pwd / os.SubPath(myString)` for security and safety purposes

[#0-10-6]
=== 0.10.6
Expand Down

0 comments on commit d4944b2

Please sign in to comment.