Skip to content

Commit e75a02d

Browse files
committed
fixing frontmatter issue
1 parent 9ca521f commit e75a02d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/whats-new/changelog/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ title: '2025 Changelog'
2323
**[Changelog for 2018](https://clickhouse.com/docs/whats-new/changelog/2018/)**<br/>
2424
**[Changelog for 2017](https://clickhouse.com/docs/whats-new/changelog/2017/)**<br/>
2525

26+
2627
### ClickHouse release 25.6, 2025-06-26 {#256}
2728

2829
#### Backward Incompatible Change
@@ -271,6 +272,7 @@ title: '2025 Changelog'
271272
* Introduce `flake.nix` for Nix builds. [#81463](https://github.com/ClickHouse/ClickHouse/pull/81463) ([Konstantin Bogdanov](https://github.com/thevar1able)).
272273
* Fix `delta-kernel-rs` requiring network access during build. Closes [#80609](https://github.com/ClickHouse/ClickHouse/issues/80609). [#81602](https://github.com/ClickHouse/ClickHouse/pull/81602) ([Konstantin Bogdanov](https://github.com/thevar1able)). Read the article [A Year of Rust in ClickHouse](https://clickhouse.com/blog/rust).
273274

275+
274276
### ClickHouse release 25.5, 2025-05-22 {#255}
275277

276278
#### Backward Incompatible Change
@@ -299,7 +301,7 @@ title: '2025 Changelog'
299301

300302
#### Experimental Feature
301303
* New `Time`/`Time64` data types: `Time` (HHH:MM:SS) and `Time64` (HHH:MM:SS.`<fractional>`) and some basic cast functions and functions to interact with other data types. Also, changed the existing function's name toTime to toTimeWithFixedDate because the function toTime is required for the cast function. [#75735](https://github.com/ClickHouse/ClickHouse/pull/75735) ([Yarik Briukhovetskyi](https://github.com/yariks5s)).
302-
72459).
304+
72459).
303305
* Hive metastore catalog for Iceberg datalake. [#77677](https://github.com/ClickHouse/ClickHouse/pull/77677) ([scanhex12](https://github.com/scanhex12)).
304306
* Indexes of type `full_text` were renamed to `gin`. This follows the more familiar terminology of PostgreSQL and other databases. Existing indexes of type `full_text` remain loadable but they will throw an exception (suggesting `gin` indexes instead) when one tries to use them in searches. [#79024](https://github.com/ClickHouse/ClickHouse/pull/79024) ([Robert Schulze](https://github.com/rschu1ze)).
305307

@@ -456,6 +458,7 @@ title: '2025 Changelog'
456458
* `chcache`: Rust caching support. [#78691](https://github.com/ClickHouse/ClickHouse/pull/78691) ([Konstantin Bogdanov](https://github.com/thevar1able)).
457459
* Add unwind information for `zstd` assembly files. [#79288](https://github.com/ClickHouse/ClickHouse/pull/79288) ([Michael Kolupaev](https://github.com/al13n321)).
458460

461+
459462
### ClickHouse release 25.4, 2025-04-22 {#254}
460463

461464
#### Backward Incompatible Change
@@ -617,6 +620,7 @@ title: '2025 Changelog'
617620
#### Build/Testing/Packaging Improvement
618621
* Respect CPU target features in Rust and enable LTO in all crates. [#78590](https://github.com/ClickHouse/ClickHouse/pull/78590) ([Raúl Marín](https://github.com/Algunenano)).
619622

623+
620624
### ClickHouse release 25.3 LTS, 2025-03-20 {#253}
621625

622626
#### Backward Incompatible Change
@@ -737,6 +741,7 @@ title: '2025 Changelog'
737741
* `clickhouse-odbc-bridge` and `clickhouse-library-bridge` are moved to a separate repository, https://github.com/ClickHouse/odbc-bridge/. [#76225](https://github.com/ClickHouse/ClickHouse/pull/76225) ([Alexey Milovidov](https://github.com/alexey-milovidov)).
738742
* Fix Rust cross-compilation and allow disabling Rust completely. [#76921](https://github.com/ClickHouse/ClickHouse/pull/76921) ([Raúl Marín](https://github.com/Algunenano)).
739743

744+
740745
### ClickHouse release 25.2, 2025-02-27 {#252}
741746

742747
#### Backward Incompatible Change

0 commit comments

Comments
 (0)