emerkle826 commented on code in PR #1902: URL: https://github.com/apache/cassandra-gocql-driver/pull/1902#discussion_r2208712504
########## CHANGELOG.md: ########## @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.0.0] - Unreleased +## [2.0.0] Review Comment: :suggestion: Would it be better to just change this to: ```suggestion ## [2.0.0-rc1] ``` for now and remove both of the `[2.0.0]` references? Add them back when the 2.0.0 release is made? Looking at the changes now, it looks like you want all of the RC changes nested under the 2.0.0 proper release notes, as opposed to having a complete 2.0.0-rc1 section separate from the 2.0.0 section that will come later. If you want the notes nested, than you can ignore this comment and consider it :+1: from me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

