Skip to content

Commit

Permalink
sync some changes from release notes (#21173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Dec 26, 2022
1 parent 9323cb7 commit b08c50b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions changelogs/changelog_2_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


## Changes affecting backward compatibility
- `httpclient.contentLength` default to `-1` if the Content-Length header is not set in the response, it followed Apache HttpClient(Java), http(go) and .Net HttpWebResponse(C#) behavior. Previously it raised `ValueError`.
- `httpclient.contentLength` default to `-1` if the Content-Length header is not set in the response. It follows Apache HttpClient(Java), http(go) and .Net HttpWebResponse(C#) behavior. Previously it raised `ValueError`.

- `addr` is now available for all addressable locations,
`unsafeAddr` is now deprecated and an alias for `addr`.
Expand Down Expand Up @@ -65,7 +65,7 @@
- `shallowCopy` and `shallow` are removed for ARC/ORC. Use `move` when possible or combine assignment and
`sink` for optimization purposes.

- The `nimPreviewDotLikeOps` define is going to be removed or deprecated.
- The experimental `nimPreviewDotLikeOps` switch is going to be removed or deprecated because it didn't fullfill its promises.

- The `{.this.}` pragma, deprecated since 0.19, has been removed.
- `nil` literals can no longer be directly assigned to variables or fields of `distinct` pointer types. They must be converted instead.
Expand Down Expand Up @@ -110,8 +110,6 @@

- `logging` will default to flushing all log level messages. To get the legacy behaviour of only flushing Error and Fatal messages, use `-d:nimV1LogFlushBehavior`.

- Object fields now support default values, see https://nim-lang.github.io/Nim/manual.html#types-default-values-for-object-fields for details.

- Redefining templates with the same signature was previously
allowed to support certain macro code. To do this explicitly, the
`{.redefine.}` pragma has been added. Note that this is only for templates.
Expand Down

0 comments on commit b08c50b

Please sign in to comment.