Skip to content

Conversation

@StefanKarpinski
Copy link
Member

No description provided.

NEWS.md Outdated

* Relational symbols are now allowed as infix operators ([#8036]).
* Relational algebra symbols are now allowed as infix operators ([#8036]):
``, ``, ``, `` a for joins and `` for anti-join.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"a" extraneous in "a for"?

@tkelman
Copy link
Contributor

tkelman commented Jul 24, 2016

NEWS also needed for #16024

`utf32` converter functions have been removed from the standard library.
If you need these types, they have been moved to the `LegacyStrings`
package. In the future, more robust Unicode string support will be provided
by the `StringEncodings` package. If you only need these types to call wide
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice if the referenced packages were linked to.

* miscellaneous copy improvements
* note that open now respects umask on UNIX
* note deprecation of integer-character comparisons

[ci skip]

* Comparisons between `Char`s and `Integer`s are now deprecated ([#16024]):
`'x' == 120` now produces a warning but still evaluates to `true`. In the
future it may evalaute to `false` or the comparison may be an error. To
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

evaluate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants