mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Development of 3.5.0 started.
This commit is contained in:
parent
873f6ca382
commit
2f064b3b4b
3 changed files with 40 additions and 2 deletions
38
NEWS.md
Normal file
38
NEWS.md
Normal file
|
@ -0,0 +1,38 @@
|
|||
# NEWS for Ruby 3.5.0
|
||||
|
||||
This document is a list of user-visible feature changes
|
||||
since the **3.4.0** release, except for bug fixes.
|
||||
|
||||
Note that each entry is kept to a minimum, see links for details.
|
||||
|
||||
## Language changes
|
||||
|
||||
## Core classes updates
|
||||
|
||||
Note: We're only listing outstanding class updates.
|
||||
|
||||
## Stdlib updates
|
||||
|
||||
We only list stdlib changes that are notable feature changes.
|
||||
|
||||
Other changes are listed in the following sections. we also listed release history from the previous bundled version that is Ruby 3.3.0 if it has GitHub releases.
|
||||
|
||||
The following default gem is added.
|
||||
|
||||
The following default gems are updated.
|
||||
|
||||
The following bundled gem is added.
|
||||
|
||||
The following bundled gems are updated.
|
||||
|
||||
## Supported platforms
|
||||
|
||||
## Compatibility issues
|
||||
|
||||
## Stdlib compatibility issues
|
||||
|
||||
## C API updates
|
||||
|
||||
## Implementation improvements
|
||||
|
||||
## JIT
|
|
@ -24,7 +24,7 @@
|
|||
* In released versions of Ruby, this number is not defined since teeny
|
||||
* versions of Ruby should guarantee ABI compatibility.
|
||||
*/
|
||||
#define RUBY_ABI_VERSION 1
|
||||
#define RUBY_ABI_VERSION 0
|
||||
|
||||
/* Windows does not support weak symbols so ruby_abi_version will not exist
|
||||
* in the shared library. */
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
* Minor version. As of writing this version changes annually. Greater
|
||||
* version doesn't mean "better"; they just mean years passed.
|
||||
*/
|
||||
#define RUBY_API_VERSION_MINOR 4
|
||||
#define RUBY_API_VERSION_MINOR 5
|
||||
|
||||
/**
|
||||
* Teeny version. This digit is kind of reserved these days. Kept 0 for the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue