@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212## v1.1.0
1313
14- No changes from v1.0 .0-rc.2.
14+ No changes from v1.1 .0-rc.2.
1515
1616## v1.1.0-rc.2
1717
@@ -248,96 +248,10 @@ No changes from v1.0.0-rc.2.
248248- Updated EVM execution client to use new ` txpoolExt_getTxs ` RPC API for retrieving pending transactions as RLP-encoded
249249 bytes
250250
251- ### Deprecated
252-
253- <!-- Features that will be removed in future versions -->
254-
255251### Removed
256252
257- <!-- Features that were removed -->
258-
259253- Removed ` LastCommitHash ` , ` ConsensusHash ` , and ` LastResultsHash ` from the canonical header representation in favor of
260254 slim headers (BREAKING; legacy hashes now live under
261255 ` Header.Legacy ` ) ([ #2766 ] ( https://github.com/evstack/ev-node/pull/2766 ) )
262256
263- ### Fixed
264-
265- <!-- Bug fixes -->
266-
267- ### Security
268-
269- <!-- Security vulnerability fixes -->
270-
271- <!--
272- ## Category Guidelines:
273-
274- ### Added
275- - New features
276- - New APIs
277- - New configuration options
278- - New commands
279- - New integrations
280-
281- ### Changed
282- - API changes (breaking or non-breaking)
283- - Behavior changes
284- - Performance improvements
285- - Refactoring (only if it affects users)
286- - Documentation updates (major ones)
287- - Default value changes
288-
289- ### Deprecated
290- - Features planned for removal
291- - Old APIs being phased out
292- - Configuration options being replaced
293-
294- ### Removed
295- - Deleted features
296- - Removed APIs
297- - Removed configuration options
298- - Removed dependencies
299-
300- ### Fixed
301- - Bug fixes
302- - Crash fixes
303- - Memory leak fixes
304- - Race condition fixes
305- - Incorrect behavior fixes
306-
307- ### Security
308- - Security vulnerability patches
309- - Security hardening
310- - Authentication/authorization fixes
311- - Cryptographic updates
312-
313- ## Writing Good Changelog Entries:
314-
315- DO:
316- - Start with a verb (Added, Fixed, Changed, etc.)
317- - Include PR number: "Fixed memory leak in block sync (#1234)"
318- - Be concise but descriptive
319- - Focus on WHAT changed and WHY it matters to users
320- - Group related changes
321-
322- DON'T:
323- - Include internal refactoring that doesn't affect users
324- - Use technical jargon without explanation
325- - Write from developer perspective
326- - Include every minor change
327-
328- ## Version Numbering:
329-
330- Given a version number MAJOR.MINOR.PATCH:
331-
332- - MAJOR: Incompatible API changes
333- - MINOR: Backwards-compatible functionality additions
334- - PATCH: Backwards-compatible bug fixes
335-
336- Pre-release versions: 0.x.y (anything may change)
337- -->
338-
339- <!-- Links -->
340-
341- -
342-
343257[ Unreleased ] : https://github.com/evstack/ev-node/compare/v1.0.0-beta.1...HEAD
0 commit comments